Html Css Color HEX #B96327 Christine

📋 copy color: '#B96327'

red 185 ◦ green 99 ◦ blue 39

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

Shades of Christine #B96327

Tints of Christine #B96327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.07%

R = 57.28%
G = 30.65%
B = 12.07%

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

#B96327 (or 0xB96327) is known color: Christine. HEX triplet: B9, 63 and 27. RGB value is (185,99,39). Sum of RGB (Red+Green+Blue) = 185+99+39=323 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.28% from 323); Green value is 99 (39.06% from 255 or 30.65% from 323); Blue value is 39 (15.62% from 255 or 12.07% from 323); Max value from RGB is 185 - color contains mainly: red. Hex color #B96327 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96327 is #469CD8. Grayscale: #767676. Windows color (decimal): -4627673 or 2581433. OLE color: 2581433.

HSL color Cylindrical-coordinate representation of color #B96327: hue angle of 24.66º degrees, saturation: 0.65, 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 #B96327 is Cyan = 0, Magento = 0.46, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 99 39 -
CMYK 0 0.46 0.79 0.27
HSL 24.66º 0.65% 0.44% -
HSV(B) 24.66º 0.79% 0.73% -
XYZ 24.84 19.38 4.35 -
YUV 117.87 83.49 175.88 -
System Red Green Blue C M Y K H S L
Decimal 185 99 39 0 0.46 0.79 0.27 24.66 0.65 0.44
Hex B9 63 27 0 2E 4F 1B 19 41 2C
Octal 271 143 47 0 56 117 33 31 101 54
Binary 10111001 1100011 100111 0 101110 1001111 11011 11001 1000001 101100

Color Harmonies of #B96327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96327

Black with #B96327

Text Example


Text Example

White with #B96327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96327; }

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

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

background-color css

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

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

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

border-color css

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

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

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