Html Css Color HEX #BC6117 Christine

📋 copy color: '#BC6117'

red 188 ◦ green 97 ◦ blue 23

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

Shades of Christine #BC6117

Tints of Christine #BC6117

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.49%

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

R = 61.04%
G = 31.49%
B = 7.47%

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

#BC6117 (or 0xBC6117) is known color: Christine. HEX triplet: BC, 61 and 17. RGB value is (188,97,23). Sum of RGB (Red+Green+Blue) = 188+97+23=308 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.04% from 308); Green value is 97 (38.28% from 255 or 31.49% from 308); Blue value is 23 (9.38% from 255 or 7.47% from 308); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6117 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6117 is #439EE8. Grayscale: #747474. Windows color (decimal): -4431593 or 1532348. OLE color: 1532348.

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

Color convert

RGB 188 97 23 -
CMYK 0 0.48 0.88 0.26
HSL 26.91º 0.78% 0.41% -
HSV(B) 26.91º 0.88% 0.74% -
XYZ 25.17 19.3 3.21 -
YUV 115.77 75.65 179.52 -
System Red Green Blue C M Y K H S L
Decimal 188 97 23 0 0.48 0.88 0.26 26.91 0.78 0.41
Hex BC 61 17 0 30 58 1A 1B 4E 29
Octal 274 141 27 0 60 130 32 33 116 51
Binary 10111100 1100001 10111 0 110000 1011000 11010 11011 1001110 101001

Color Harmonies of #BC6117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6117

Black with #BC6117

Text Example


Text Example

White with #BC6117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6117; }

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

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

background-color css

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

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

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

border-color css

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

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

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