#bc5c25

Color #BC5C25 Christine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christine #BC5C25

Tints of Christine #BC5C25

Color information

#BC5C25 (or 0xBC5C25) is unknown color: approx Christine. HEX triplet: BC, 5C and 25. RGB value is (188,92,37). Sum of RGB (Red+Green+Blue) = 188+92+37=317 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.31% from 317); Green value is 92 (36.33% from 255 or 29.02% from 317); Blue value is 37 (14.84% from 255 or 11.67% from 317); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5C25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5C25 is #43A3DA. Grayscale: #727272. Windows color (decimal): -4432859 or 2448572. OLE color: 2448572.

HSL color Cylindrical-coordinate representation of color #BC5C25: hue angle of 21.85º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC5C25 is Cyan = 0, Magento = 0.51, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB1889237-
CMYK00.510.800.26
HSL21.85º67.11%44.12%-
HSV(B)21.85º80.32%73.73%-
XYZ24.918.484-
YUV114.4384.3180.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 59.31%
GREEN value IS 92 (36.33% from 255) = 29.02%
BLUE value IS 37 (14.84% from 255) = 11.67%
R=59.31%
G=29.02%
B=11.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.80
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188923700.510.800.2621.8567.1144.12
HexBC5C25033501A16432c
Octal27413445063120322610354
Binary1011110010111001001010110011101000011010101101000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc5c25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc5c25; }

 p { color: rgb(188,92,37); }

 H1.HeaderClassName
 {
   color: #bc5c25;
 }
 .AnyTagClassName
 {
   color: #bc5c25;
 }
</style>
background-color css

<style>
 a { background-color: #bc5c25; }

 a { background-color: rgb(188,92,37); }

 div.DivClassName
 {
   background-color: #bc5c25;
 }
 .BgClassName
 {
   background-color: #bc5c25;
 }
</style>
border-color css

<style>
 span { border-color: #bc5c25; }

 span { border-color: rgb(188,92,37); }

 td.TdClassName
 {
   border-color: #bc5c25;
 }
 .TagClassName
 {
   border-color: #bc5c25;
 }
</style>