Html Css Color HEX #BC5B28 Christine

📋 copy color: '#BC5B28'

red 188 ◦ green 91 ◦ blue 40

#BC5B28
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christine #BC5B28

Tints of Christine #BC5B28

RGB

 RED value IS 188 (73.83% from 255) = 58.93%

 GREEN value IS 91 (35.94% from 255) = 28.53%

 BLUE value IS 40 (16.02% from 255) = 12.54%

R = 58.93%
G = 28.53%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BC5B28 (or 0xBC5B28) is known color: Christine. HEX triplet: BC, 5B and 28. RGB value is (188,91,40). Sum of RGB (Red+Green+Blue) = 188+91+40=319 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.93% from 319); Green value is 91 (35.94% from 255 or 28.53% from 319); Blue value is 40 (16.02% from 255 or 12.54% from 319); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5B28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5B28 is #43A4D7. Grayscale: #727272. Windows color (decimal): -4433112 or 2644924. OLE color: 2644924.

HSL color Cylindrical-coordinate representation of color #BC5B28: hue angle of 20.68º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC5B28 is Cyan = 0, Magento = 0.52, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 91 40 -
CMYK 0 0.52 0.79 0.26
HSL 20.68º 0.65% 0.45% -
HSV(B) 20.68º 0.79% 0.74% -
XYZ 24.86 18.33 4.23 -
YUV 114.19 86.14 180.65 -
System Red Green Blue C M Y K H S L
Decimal 188 91 40 0 0.52 0.79 0.26 20.68 0.65 0.45
Hex BC 5B 28 0 34 4F 1A 15 41 2D
Octal 274 133 50 0 64 117 32 25 101 55
Binary 10111100 1011011 101000 0 110100 1001111 11010 10101 1000001 101101

Color Harmonies of #BC5B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5B28

Black with #BC5B28

Text Example


Text Example

White with #BC5B28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5B28; }

 p { color: rgb(188,91,40); }

 H1.HeaderClassName
 {
   color: #BC5B28;
 }
 .AnyTagClassName
 {
   color: #BC5B28;
 }
</style>

background-color css

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

 a { background-color: rgb(188,91,40); }

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

border-color css

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

 span { border-color: rgb(188,91,40); }

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