Html Css Color HEX #B96730 Christine

📋 copy color: '#B96730'

red 185 ◦ green 103 ◦ blue 48

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

Shades of Christine #B96730

Tints of Christine #B96730

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.65%

 BLUE value IS 48 (19.14% from 255) = 14.29%

R = 55.06%
G = 30.65%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#B96730 (or 0xB96730) is known color: Christine. HEX triplet: B9, 67 and 30. RGB value is (185,103,48). Sum of RGB (Red+Green+Blue) = 185+103+48=336 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.06% from 336); Green value is 103 (40.62% from 255 or 30.65% from 336); Blue value is 48 (19.14% from 255 or 14.29% from 336); Max value from RGB is 185 - color contains mainly: red. Hex color #B96730 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96730 is #4698CF. Grayscale: #797979. Windows color (decimal): -4626640 or 3172281. OLE color: 3172281.

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

Color convert

RGB 185 103 48 -
CMYK 0 0.44 0.74 0.27
HSL 24.09º 0.59% 0.46% -
HSV(B) 24.09º 0.74% 0.73% -
XYZ 25.39 20.23 5.36 -
YUV 121.25 86.67 173.47 -
System Red Green Blue C M Y K H S L
Decimal 185 103 48 0 0.44 0.74 0.27 24.09 0.59 0.46
Hex B9 67 30 0 2C 4A 1B 18 3B 2E
Octal 271 147 60 0 54 112 33 30 73 56
Binary 10111001 1100111 110000 0 101100 1001010 11011 11000 111011 101110

Color Harmonies of #B96730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96730

Black with #B96730

Text Example


Text Example

White with #B96730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96730; }

 p { color: rgb(185,103,48); }

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

background-color css

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

 a { background-color: rgb(185,103,48); }

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

border-color css

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

 span { border-color: rgb(185,103,48); }

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