Html Css Color HEX #BC5E1F Christine

📋 copy color: '#BC5E1F'

red 188 ◦ green 94 ◦ blue 31

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

Shades of Christine #BC5E1F

Tints of Christine #BC5E1F

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.03%

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

R = 60.06%
G = 30.03%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BC5E1F (or 0xBC5E1F) is known color: Christine. HEX triplet: BC, 5E and 1F. RGB value is (188,94,31). Sum of RGB (Red+Green+Blue) = 188+94+31=313 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.06% from 313); Green value is 94 (37.11% from 255 or 30.03% from 313); Blue value is 31 (12.5% from 255 or 9.90% from 313); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5E1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5E1F is #43A1E0. Grayscale: #737373. Windows color (decimal): -4432353 or 2055868. OLE color: 2055868.

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

Color convert

RGB 188 94 31 -
CMYK 0 0.50 0.84 0.26
HSL 24.08º 0.72% 0.43% -
HSV(B) 24.08º 0.84% 0.74% -
XYZ 24.99 18.8 3.61 -
YUV 114.92 80.64 180.12 -
System Red Green Blue C M Y K H S L
Decimal 188 94 31 0 0.50 0.84 0.26 24.08 0.72 0.43
Hex BC 5E 1F 0 32 54 1A 18 48 2B
Octal 274 136 37 0 62 124 32 30 110 53
Binary 10111100 1011110 11111 0 110010 1010100 11010 11000 1001000 101011

Color Harmonies of #BC5E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5E1F

Black with #BC5E1F

Text Example


Text Example

White with #BC5E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5E1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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