Html Css Color HEX #B96935 Christine

📋 copy color: '#B96935'

red 185 ◦ green 105 ◦ blue 53

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

Shades of Christine #B96935

Tints of Christine #B96935

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.61%

 BLUE value IS 53 (21.09% from 255) = 15.45%

R = 53.94%
G = 30.61%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#B96935 (or 0xB96935) is known color: Christine. HEX triplet: B9, 69 and 35. RGB value is (185,105,53). Sum of RGB (Red+Green+Blue) = 185+105+53=343 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.94% from 343); Green value is 105 (41.41% from 255 or 30.61% from 343); Blue value is 53 (21.09% from 255 or 15.45% from 343); Max value from RGB is 185 - color contains mainly: red. Hex color #B96935 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96935 is #4696CA. Grayscale: #7B7B7B. Windows color (decimal): -4626123 or 3500473. OLE color: 3500473.

HSL color Cylindrical-coordinate representation of color #B96935: hue angle of 23.64º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B96935 is Cyan = 0, Magento = 0.43, Yellow = 0.71 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 105 53 -
CMYK 0 0.43 0.71 0.27
HSL 23.64º 0.55% 0.47% -
HSV(B) 23.64º 0.71% 0.73% -
XYZ 25.7 20.67 6 -
YUV 122.99 88.5 172.23 -
System Red Green Blue C M Y K H S L
Decimal 185 105 53 0 0.43 0.71 0.27 23.64 0.55 0.47
Hex B9 69 35 0 2B 47 1B 18 37 2F
Octal 271 151 65 0 53 107 33 30 67 57
Binary 10111001 1101001 110101 0 101011 1000111 11011 11000 110111 101111

Color Harmonies of #B96935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96935

Black with #B96935

Text Example


Text Example

White with #B96935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96935; }

 p { color: rgb(185,105,53); }

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

background-color css

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

 a { background-color: rgb(185,105,53); }

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

border-color css

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

 span { border-color: rgb(185,105,53); }

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