Html Css Color HEX #BC5A16 Christine

📋 copy color: '#BC5A16'

red 188 ◦ green 90 ◦ blue 22

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

Shades of Christine #BC5A16

Tints of Christine #BC5A16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.33%

R = 62.67%
G = 30%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BC5A16 (or 0xBC5A16) is known color: Christine. HEX triplet: BC, 5A and 16. RGB value is (188,90,22). Sum of RGB (Red+Green+Blue) = 188+90+22=300 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.67% from 300); Green value is 90 (35.55% from 255 or 30% from 300); Blue value is 22 (8.98% from 255 or 7.33% from 300); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5A16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5A16 is #43A5E9. Grayscale: #6F6F6F. Windows color (decimal): -4433386 or 1465020. OLE color: 1465020.

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

Color convert

RGB 188 90 22 -
CMYK 0 0.52 0.88 0.26
HSL 24.58º 0.79% 0.41% -
HSV(B) 24.58º 0.88% 0.74% -
XYZ 24.54 18.06 2.95 -
YUV 111.55 77.47 182.53 -
System Red Green Blue C M Y K H S L
Decimal 188 90 22 0 0.52 0.88 0.26 24.58 0.79 0.41
Hex BC 5A 16 0 34 58 1A 19 4F 29
Octal 274 132 26 0 64 130 32 31 117 51
Binary 10111100 1011010 10110 0 110100 1011000 11010 11001 1001111 101001

Color Harmonies of #BC5A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5A16

Black with #BC5A16

Text Example


Text Example

White with #BC5A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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