Html Css Color HEX #BC5D1E Christine

📋 copy color: '#BC5D1E'

red 188 ◦ green 93 ◦ blue 30

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

Shades of Christine #BC5D1E

Tints of Christine #BC5D1E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.9%

 BLUE value IS 30 (12.11% from 255) = 9.65%

R = 60.45%
G = 29.9%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BC5D1E (or 0xBC5D1E) is known color: Christine. HEX triplet: BC, 5D and 1E. RGB value is (188,93,30). Sum of RGB (Red+Green+Blue) = 188+93+30=311 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.45% from 311); Green value is 93 (36.72% from 255 or 29.90% from 311); Blue value is 30 (12.11% from 255 or 9.65% from 311); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5D1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5D1E is #43A2E1. Grayscale: #727272. Windows color (decimal): -4432610 or 1990076. OLE color: 1990076.

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

Color convert

RGB 188 93 30 -
CMYK 0 0.51 0.84 0.26
HSL 23.92º 0.72% 0.43% -
HSV(B) 23.92º 0.84% 0.74% -
XYZ 24.89 18.61 3.51 -
YUV 114.22 80.47 180.62 -
System Red Green Blue C M Y K H S L
Decimal 188 93 30 0 0.51 0.84 0.26 23.92 0.72 0.43
Hex BC 5D 1E 0 33 54 1A 18 48 2B
Octal 274 135 36 0 63 124 32 30 110 53
Binary 10111100 1011101 11110 0 110011 1010100 11010 11000 1001000 101011

Color Harmonies of #BC5D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5D1E

Black with #BC5D1E

Text Example


Text Example

White with #BC5D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5D1E; }

 p { color: rgb(188,93,30); }

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

background-color css

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

 a { background-color: rgb(188,93,30); }

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

border-color css

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

 span { border-color: rgb(188,93,30); }

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