Html Css Color HEX #B96326 Christine

📋 copy color: '#B96326'

red 185 ◦ green 99 ◦ blue 38

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

Shades of Christine #B96326

Tints of Christine #B96326

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.75%

 BLUE value IS 38 (15.23% from 255) = 11.8%

R = 57.45%
G = 30.75%
B = 11.8%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#B96326 (or 0xB96326) is known color: Christine. HEX triplet: B9, 63 and 26. RGB value is (185,99,38). Sum of RGB (Red+Green+Blue) = 185+99+38=322 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.45% from 322); Green value is 99 (39.06% from 255 or 30.75% from 322); Blue value is 38 (15.23% from 255 or 11.80% from 322); Max value from RGB is 185 - color contains mainly: red. Hex color #B96326 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96326 is #469CD9. Grayscale: #767676. Windows color (decimal): -4627674 or 2515897. OLE color: 2515897.

HSL color Cylindrical-coordinate representation of color #B96326: hue angle of 24.9º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B96326 is Cyan = 0, Magento = 0.46, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 99 38 -
CMYK 0 0.46 0.79 0.27
HSL 24.9º 0.66% 0.44% -
HSV(B) 24.9º 0.79% 0.73% -
XYZ 24.82 19.38 4.27 -
YUV 117.76 82.99 175.96 -
System Red Green Blue C M Y K H S L
Decimal 185 99 38 0 0.46 0.79 0.27 24.9 0.66 0.44
Hex B9 63 26 0 2E 4F 1B 19 42 2C
Octal 271 143 46 0 56 117 33 31 102 54
Binary 10111001 1100011 100110 0 101110 1001111 11011 11001 1000010 101100

Color Harmonies of #B96326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96326

Black with #B96326

Text Example


Text Example

White with #B96326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96326; }

 p { color: rgb(185,99,38); }

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

background-color css

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

 a { background-color: rgb(185,99,38); }

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

border-color css

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

 span { border-color: rgb(185,99,38); }

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