Html Css Color HEX #BC5D17 Christine

📋 copy color: '#BC5D17'

red 188 ◦ green 93 ◦ blue 23

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

Shades of Christine #BC5D17

Tints of Christine #BC5D17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.57%

R = 61.84%
G = 30.59%
B = 7.57%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BC5D17 (or 0xBC5D17) is known color: Christine. HEX triplet: BC, 5D and 17. RGB value is (188,93,23). Sum of RGB (Red+Green+Blue) = 188+93+23=304 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.84% from 304); Green value is 93 (36.72% from 255 or 30.59% from 304); Blue value is 23 (9.38% from 255 or 7.57% from 304); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5D17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5D17 is #43A2E8. Grayscale: #717171. Windows color (decimal): -4432617 or 1531324. OLE color: 1531324.

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

Color convert

RGB 188 93 23 -
CMYK 0 0.51 0.88 0.26
HSL 25.45º 0.78% 0.41% -
HSV(B) 25.45º 0.88% 0.74% -
XYZ 24.81 18.58 3.09 -
YUV 113.43 76.97 181.19 -
System Red Green Blue C M Y K H S L
Decimal 188 93 23 0 0.51 0.88 0.26 25.45 0.78 0.41
Hex BC 5D 17 0 33 58 1A 19 4E 29
Octal 274 135 27 0 63 130 32 31 116 51
Binary 10111100 1011101 10111 0 110011 1011000 11010 11001 1001110 101001

Color Harmonies of #BC5D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5D17

Black with #BC5D17

Text Example


Text Example

White with #BC5D17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5D17; }

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

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

background-color css

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

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

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

border-color css

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

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

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