Html Css Color HEX #B96834 Christine

📋 copy color: '#B96834'

red 185 ◦ green 104 ◦ blue 52

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

Shades of Christine #B96834

Tints of Christine #B96834

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.5%

 BLUE value IS 52 (20.7% from 255) = 15.25%

R = 54.25%
G = 30.5%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#B96834 (or 0xB96834) is known color: Christine. HEX triplet: B9, 68 and 34. RGB value is (185,104,52). Sum of RGB (Red+Green+Blue) = 185+104+52=341 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.25% from 341); Green value is 104 (41.02% from 255 or 30.50% from 341); Blue value is 52 (20.70% from 255 or 15.25% from 341); Max value from RGB is 185 - color contains mainly: red. Hex color #B96834 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96834 is #4697CB. Grayscale: #7A7A7A. Windows color (decimal): -4626380 or 3434681. OLE color: 3434681.

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

Color convert

RGB 185 104 52 -
CMYK 0 0.44 0.72 0.27
HSL 23.46º 0.56% 0.46% -
HSV(B) 23.46º 0.72% 0.73% -
XYZ 25.58 20.46 5.85 -
YUV 122.29 88.34 172.73 -
System Red Green Blue C M Y K H S L
Decimal 185 104 52 0 0.44 0.72 0.27 23.46 0.56 0.46
Hex B9 68 34 0 2C 48 1B 17 38 2E
Octal 271 150 64 0 54 110 33 27 70 56
Binary 10111001 1101000 110100 0 101100 1001000 11011 10111 111000 101110

Color Harmonies of #B96834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96834

Black with #B96834

Text Example


Text Example

White with #B96834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96834; }

 p { color: rgb(185,104,52); }

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

background-color css

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

 a { background-color: rgb(185,104,52); }

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

border-color css

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

 span { border-color: rgb(185,104,52); }

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