Html Css Color HEX #B96615 Christine

📋 copy color: '#B96615'

red 185 ◦ green 102 ◦ blue 21

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

Shades of Christine #B96615

Tints of Christine #B96615

RGB

 RED value IS 185 (72.66% from 255) = 60.06%

 GREEN value IS 102 (40.23% from 255) = 33.12%

 BLUE value IS 21 (8.59% from 255) = 6.82%

R = 60.06%
G = 33.12%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#B96615 (or 0xB96615) is known color: Christine. HEX triplet: B9, 66 and 15. RGB value is (185,102,21). Sum of RGB (Red+Green+Blue) = 185+102+21=308 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.06% from 308); Green value is 102 (40.23% from 255 or 33.12% from 308); Blue value is 21 (8.59% from 255 or 6.82% from 308); Max value from RGB is 185 - color contains mainly: red. Hex color #B96615 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96615 is #4699EA. Grayscale: #757575. Windows color (decimal): -4626923 or 1402553. OLE color: 1402553.

HSL color Cylindrical-coordinate representation of color #B96615: hue angle of 29.63º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B96615 is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 102 21 -
CMYK 0 0.45 0.89 0.27
HSL 29.63º 0.8% 0.4% -
HSV(B) 29.63º 0.89% 0.73% -
XYZ 24.89 19.87 3.23 -
YUV 117.58 73.5 176.09 -
System Red Green Blue C M Y K H S L
Decimal 185 102 21 0 0.45 0.89 0.27 29.63 0.8 0.4
Hex B9 66 15 0 2D 59 1B 1E 50 28
Octal 271 146 25 0 55 131 33 36 120 50
Binary 10111001 1100110 10101 0 101101 1011001 11011 11110 1010000 101000

Color Harmonies of #B96615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96615

Black with #B96615

Text Example


Text Example

White with #B96615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96615; }

 p { color: rgb(185,102,21); }

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

background-color css

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

 a { background-color: rgb(185,102,21); }

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

border-color css

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

 span { border-color: rgb(185,102,21); }

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