Html Css Color HEX #BC5A1F Christine

📋 copy color: '#BC5A1F'

red 188 ◦ green 90 ◦ blue 31

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

Shades of Christine #BC5A1F

Tints of Christine #BC5A1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.03%

R = 60.84%
G = 29.13%
B = 10.03%

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

#BC5A1F (or 0xBC5A1F) is known color: Christine. HEX triplet: BC, 5A and 1F. RGB value is (188,90,31). Sum of RGB (Red+Green+Blue) = 188+90+31=309 (40% of max value = 765). Red value is 188 (73.83% from 255 or 60.84% from 309); Green value is 90 (35.55% from 255 or 29.13% from 309); Blue value is 31 (12.5% from 255 or 10.03% from 309); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5A1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5A1F is #43A5E0. Grayscale: #707070. Windows color (decimal): -4433377 or 2054844. OLE color: 2054844.

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

Color convert

RGB 188 90 31 -
CMYK 0 0.52 0.84 0.26
HSL 22.55º 0.72% 0.43% -
HSV(B) 22.55º 0.84% 0.74% -
XYZ 24.64 18.1 3.49 -
YUV 112.58 81.97 181.8 -
System Red Green Blue C M Y K H S L
Decimal 188 90 31 0 0.52 0.84 0.26 22.55 0.72 0.43
Hex BC 5A 1F 0 34 54 1A 17 48 2B
Octal 274 132 37 0 64 124 32 27 110 53
Binary 10111100 1011010 11111 0 110100 1010100 11010 10111 1001000 101011

Color Harmonies of #BC5A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5A1F

Black with #BC5A1F

Text Example


Text Example

White with #BC5A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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