Html Css Color HEX #BC5F21 Christine

📋 copy color: '#BC5F21'

red 188 ◦ green 95 ◦ blue 33

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

Shades of Christine #BC5F21

Tints of Christine #BC5F21

RGB

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

 GREEN value IS 95 (37.5% from 255) = 30.06%

 BLUE value IS 33 (13.28% from 255) = 10.44%

R = 59.49%
G = 30.06%
B = 10.44%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BC5F21 (or 0xBC5F21) is known color: Christine. HEX triplet: BC, 5F and 21. RGB value is (188,95,33). Sum of RGB (Red+Green+Blue) = 188+95+33=316 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.49% from 316); Green value is 95 (37.5% from 255 or 30.06% from 316); Blue value is 33 (13.28% from 255 or 10.44% from 316); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5F21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5F21 is #43A0DE. Grayscale: #747474. Windows color (decimal): -4432095 or 2187196. OLE color: 2187196.

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

Color convert

RGB 188 95 33 -
CMYK 0 0.49 0.82 0.26
HSL 24º 0.7% 0.43% -
HSV(B) 24º 0.82% 0.74% -
XYZ 25.11 18.99 3.78 -
YUV 115.74 81.31 179.54 -
System Red Green Blue C M Y K H S L
Decimal 188 95 33 0 0.49 0.82 0.26 24 0.7 0.43
Hex BC 5F 21 0 31 52 1A 18 46 2B
Octal 274 137 41 0 61 122 32 30 106 53
Binary 10111100 1011111 100001 0 110001 1010010 11010 11000 1000110 101011

Color Harmonies of #BC5F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5F21

Black with #BC5F21

Text Example


Text Example

White with #BC5F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5F21; }

 p { color: rgb(188,95,33); }

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

background-color css

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

 a { background-color: rgb(188,95,33); }

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

border-color css

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

 span { border-color: rgb(188,95,33); }

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