Html Css Color HEX #BC5F17 Christine

📋 copy color: '#BC5F17'

red 188 ◦ green 95 ◦ blue 23

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

Shades of Christine #BC5F17

Tints of Christine #BC5F17

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.05%

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

R = 61.44%
G = 31.05%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BC5F17 (or 0xBC5F17) is known color: Christine. HEX triplet: BC, 5F and 17. RGB value is (188,95,23). Sum of RGB (Red+Green+Blue) = 188+95+23=306 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.44% from 306); Green value is 95 (37.5% from 255 or 31.05% from 306); Blue value is 23 (9.38% from 255 or 7.52% from 306); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5F17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5F17 is #43A0E8. Grayscale: #727272. Windows color (decimal): -4432105 or 1531836. OLE color: 1531836.

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

Color convert

RGB 188 95 23 -
CMYK 0 0.49 0.88 0.26
HSL 26.18º 0.78% 0.41% -
HSV(B) 26.18º 0.88% 0.74% -
XYZ 24.99 18.94 3.15 -
YUV 114.6 76.31 180.35 -
System Red Green Blue C M Y K H S L
Decimal 188 95 23 0 0.49 0.88 0.26 26.18 0.78 0.41
Hex BC 5F 17 0 31 58 1A 1A 4E 29
Octal 274 137 27 0 61 130 32 32 116 51
Binary 10111100 1011111 10111 0 110001 1011000 11010 11010 1001110 101001

Color Harmonies of #BC5F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5F17

Black with #BC5F17

Text Example


Text Example

White with #BC5F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5F17; }

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

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

background-color css

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

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

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

border-color css

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

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

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