Html Css Color HEX #B96E35 Reno Sand

📋 copy color: '#B96E35'

red 185 ◦ green 110 ◦ blue 53

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

Shades of Reno Sand #B96E35

Tints of Reno Sand #B96E35

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.61%

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

R = 53.16%
G = 31.61%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#B96E35 (or 0xB96E35) is known color: Reno Sand. HEX triplet: B9, 6E and 35. RGB value is (185,110,53). Sum of RGB (Red+Green+Blue) = 185+110+53=348 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.16% from 348); Green value is 110 (43.36% from 255 or 31.61% from 348); Blue value is 53 (21.09% from 255 or 15.23% from 348); Max value from RGB is 185 - color contains mainly: red. Hex color #B96E35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96E35 is #4691CA. Grayscale: #7E7E7E. Windows color (decimal): -4624843 or 3501753. OLE color: 3501753.

HSL color Cylindrical-coordinate representation of color #B96E35: hue angle of 25.91º 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 #B96E35 is Cyan = 0, Magento = 0.41, Yellow = 0.71 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 110 53 -
CMYK 0 0.41 0.71 0.27
HSL 25.91º 0.55% 0.47% -
HSV(B) 25.91º 0.71% 0.73% -
XYZ 26.23 21.72 6.18 -
YUV 125.93 86.85 170.13 -
System Red Green Blue C M Y K H S L
Decimal 185 110 53 0 0.41 0.71 0.27 25.91 0.55 0.47
Hex B9 6E 35 0 29 47 1B 1A 37 2F
Octal 271 156 65 0 51 107 33 32 67 57
Binary 10111001 1101110 110101 0 101001 1000111 11011 11010 110111 101111

Color Harmonies of #B96E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96E35

Black with #B96E35

Text Example


Text Example

White with #B96E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96E35; }

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

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

background-color css

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

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

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

border-color css

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

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

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