Html Css Color HEX #BC6017 Christine

📋 copy color: '#BC6017'

red 188 ◦ green 96 ◦ blue 23

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

Shades of Christine #BC6017

Tints of Christine #BC6017

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.27%

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

R = 61.24%
G = 31.27%
B = 7.49%

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

#BC6017 (or 0xBC6017) is known color: Christine. HEX triplet: BC, 60 and 17. RGB value is (188,96,23). Sum of RGB (Red+Green+Blue) = 188+96+23=307 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.24% from 307); Green value is 96 (37.89% from 255 or 31.27% from 307); Blue value is 23 (9.38% from 255 or 7.49% from 307); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6017 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6017 is #439FE8. Grayscale: #737373. Windows color (decimal): -4431849 or 1532092. OLE color: 1532092.

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

Color convert

RGB 188 96 23 -
CMYK 0 0.49 0.88 0.26
HSL 26.55º 0.78% 0.41% -
HSV(B) 26.55º 0.88% 0.74% -
XYZ 25.08 19.12 3.18 -
YUV 115.19 75.98 179.94 -
System Red Green Blue C M Y K H S L
Decimal 188 96 23 0 0.49 0.88 0.26 26.55 0.78 0.41
Hex BC 60 17 0 31 58 1A 1B 4E 29
Octal 274 140 27 0 61 130 32 33 116 51
Binary 10111100 1100000 10111 0 110001 1011000 11010 11011 1001110 101001

Color Harmonies of #BC6017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6017

Black with #BC6017

Text Example


Text Example

White with #BC6017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6017; }

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

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

background-color css

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

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

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

border-color css

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

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

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