Html Css Color HEX #BC6217 Christine

📋 copy color: '#BC6217'

red 188 ◦ green 98 ◦ blue 23

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

Shades of Christine #BC6217

Tints of Christine #BC6217

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.72%

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

R = 60.84%
G = 31.72%
B = 7.44%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BC6217 (or 0xBC6217) is known color: Christine. HEX triplet: BC, 62 and 17. RGB value is (188,98,23). Sum of RGB (Red+Green+Blue) = 188+98+23=309 (40% of max value = 765). Red value is 188 (73.83% from 255 or 60.84% from 309); Green value is 98 (38.67% from 255 or 31.72% from 309); Blue value is 23 (9.38% from 255 or 7.44% from 309); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6217 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6217 is #439DE8. Grayscale: #747474. Windows color (decimal): -4431337 or 1532604. OLE color: 1532604.

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

Color convert

RGB 188 98 23 -
CMYK 0 0.48 0.88 0.26
HSL 27.27º 0.78% 0.41% -
HSV(B) 27.27º 0.88% 0.74% -
XYZ 25.26 19.49 3.24 -
YUV 116.36 75.32 179.1 -
System Red Green Blue C M Y K H S L
Decimal 188 98 23 0 0.48 0.88 0.26 27.27 0.78 0.41
Hex BC 62 17 0 30 58 1A 1B 4E 29
Octal 274 142 27 0 60 130 32 33 116 51
Binary 10111100 1100010 10111 0 110000 1011000 11010 11011 1001110 101001

Color Harmonies of #BC6217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6217

Black with #BC6217

Text Example


Text Example

White with #BC6217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6217; }

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

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

background-color css

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

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

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

border-color css

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

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

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