Html Css Color HEX #BC5A21 Christine

📋 copy color: '#BC5A21'

red 188 ◦ green 90 ◦ blue 33

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

Shades of Christine #BC5A21

Tints of Christine #BC5A21

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.94%

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

R = 60.45%
G = 28.94%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BC5A21 (or 0xBC5A21) is known color: Christine. HEX triplet: BC, 5A and 21. RGB value is (188,90,33). Sum of RGB (Red+Green+Blue) = 188+90+33=311 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.45% from 311); Green value is 90 (35.55% from 255 or 28.94% from 311); Blue value is 33 (13.28% from 255 or 10.61% from 311); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5A21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5A21 is #43A5DE. Grayscale: #717171. Windows color (decimal): -4433375 or 2185916. OLE color: 2185916.

HSL color Cylindrical-coordinate representation of color #BC5A21: hue angle of 22.06º 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 #BC5A21 is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 90 33 -
CMYK 0 0.52 0.82 0.26
HSL 22.06º 0.7% 0.43% -
HSV(B) 22.06º 0.82% 0.74% -
XYZ 24.67 18.11 3.63 -
YUV 112.8 82.97 181.63 -
System Red Green Blue C M Y K H S L
Decimal 188 90 33 0 0.52 0.82 0.26 22.06 0.7 0.43
Hex BC 5A 21 0 34 52 1A 16 46 2B
Octal 274 132 41 0 64 122 32 26 106 53
Binary 10111100 1011010 100001 0 110100 1010010 11010 10110 1000110 101011

Color Harmonies of #BC5A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5A21

Black with #BC5A21

Text Example


Text Example

White with #BC5A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5A21; }

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

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

background-color css

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

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

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

border-color css

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

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

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