Html Css Color HEX #B96328 Christine

📋 copy color: '#B96328'

red 185 ◦ green 99 ◦ blue 40

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

Shades of Christine #B96328

Tints of Christine #B96328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.35%

R = 57.1%
G = 30.56%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#B96328 (or 0xB96328) is known color: Christine. HEX triplet: B9, 63 and 28. RGB value is (185,99,40). Sum of RGB (Red+Green+Blue) = 185+99+40=324 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.10% from 324); Green value is 99 (39.06% from 255 or 30.56% from 324); Blue value is 40 (16.02% from 255 or 12.35% from 324); Max value from RGB is 185 - color contains mainly: red. Hex color #B96328 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96328 is #469CD7. Grayscale: #767676. Windows color (decimal): -4627672 or 2646969. OLE color: 2646969.

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

Color convert

RGB 185 99 40 -
CMYK 0 0.46 0.78 0.27
HSL 24.41º 0.64% 0.44% -
HSV(B) 24.41º 0.78% 0.73% -
XYZ 24.85 19.39 4.44 -
YUV 117.99 83.99 175.8 -
System Red Green Blue C M Y K H S L
Decimal 185 99 40 0 0.46 0.78 0.27 24.41 0.64 0.44
Hex B9 63 28 0 2E 4E 1B 18 40 2C
Octal 271 143 50 0 56 116 33 30 100 54
Binary 10111001 1100011 101000 0 101110 1001110 11011 11000 1000000 101100

Color Harmonies of #B96328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96328

Black with #B96328

Text Example


Text Example

White with #B96328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96328; }

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

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

background-color css

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

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

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

border-color css

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

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

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