Html Css Color HEX #BC5B1E Christine

📋 copy color: '#BC5B1E'

red 188 ◦ green 91 ◦ blue 30

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

Shades of Christine #BC5B1E

Tints of Christine #BC5B1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.71%

R = 60.84%
G = 29.45%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BC5B1E (or 0xBC5B1E) is known color: Christine. HEX triplet: BC, 5B and 1E. RGB value is (188,91,30). Sum of RGB (Red+Green+Blue) = 188+91+30=309 (40% of max value = 765). Red value is 188 (73.83% from 255 or 60.84% from 309); Green value is 91 (35.94% from 255 or 29.45% from 309); Blue value is 30 (12.11% from 255 or 9.71% from 309); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5B1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5B1E is #43A4E1. Grayscale: #717171. Windows color (decimal): -4433122 or 1989564. OLE color: 1989564.

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

Color convert

RGB 188 91 30 -
CMYK 0 0.52 0.84 0.26
HSL 23.16º 0.72% 0.43% -
HSV(B) 23.16º 0.84% 0.74% -
XYZ 24.71 18.27 3.45 -
YUV 113.05 81.14 181.46 -
System Red Green Blue C M Y K H S L
Decimal 188 91 30 0 0.52 0.84 0.26 23.16 0.72 0.43
Hex BC 5B 1E 0 34 54 1A 17 48 2B
Octal 274 133 36 0 64 124 32 27 110 53
Binary 10111100 1011011 11110 0 110100 1010100 11010 10111 1001000 101011

Color Harmonies of #BC5B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5B1E

Black with #BC5B1E

Text Example


Text Example

White with #BC5B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5B1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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