Html Css Color HEX #B96619 Christine

📋 copy color: '#B96619'

red 185 ◦ green 102 ◦ blue 25

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

Shades of Christine #B96619

Tints of Christine #B96619

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.01%

R = 59.29%
G = 32.69%
B = 8.01%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#B96619 (or 0xB96619) is known color: Christine. HEX triplet: B9, 66 and 19. RGB value is (185,102,25). Sum of RGB (Red+Green+Blue) = 185+102+25=312 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.29% from 312); Green value is 102 (40.23% from 255 or 32.69% from 312); Blue value is 25 (10.16% from 255 or 8.01% from 312); Max value from RGB is 185 - color contains mainly: red. Hex color #B96619 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96619 is #4699E6. Grayscale: #767676. Windows color (decimal): -4626919 or 1664697. OLE color: 1664697.

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

Color convert

RGB 185 102 25 -
CMYK 0 0.45 0.86 0.27
HSL 28.88º 0.76% 0.41% -
HSV(B) 28.88º 0.86% 0.73% -
XYZ 24.93 19.89 3.44 -
YUV 118.04 75.5 175.76 -
System Red Green Blue C M Y K H S L
Decimal 185 102 25 0 0.45 0.86 0.27 28.88 0.76 0.41
Hex B9 66 19 0 2D 56 1B 1D 4C 29
Octal 271 146 31 0 55 126 33 35 114 51
Binary 10111001 1100110 11001 0 101101 1010110 11011 11101 1001100 101001

Color Harmonies of #B96619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96619

Black with #B96619

Text Example


Text Example

White with #B96619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96619; }

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

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

background-color css

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

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

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

border-color css

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

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

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