Html Css Color HEX #B96B2E Reno Sand

📋 copy color: '#B96B2E'

red 185 ◦ green 107 ◦ blue 46

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

Shades of Reno Sand #B96B2E

Tints of Reno Sand #B96B2E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.66%

 BLUE value IS 46 (18.36% from 255) = 13.61%

R = 54.73%
G = 31.66%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#B96B2E (or 0xB96B2E) is known color: Reno Sand. HEX triplet: B9, 6B and 2E. RGB value is (185,107,46). Sum of RGB (Red+Green+Blue) = 185+107+46=338 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.73% from 338); Green value is 107 (42.19% from 255 or 31.66% from 338); Blue value is 46 (18.36% from 255 or 13.61% from 338); Max value from RGB is 185 - color contains mainly: red. Hex color #B96B2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96B2E is #4694D1. Grayscale: #7B7B7B. Windows color (decimal): -4625618 or 3042233. OLE color: 3042233.

HSL color Cylindrical-coordinate representation of color #B96B2E: hue angle of 26.33º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B96B2E is Cyan = 0, Magento = 0.42, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 107 46 -
CMYK 0 0.42 0.75 0.27
HSL 26.33º 0.6% 0.45% -
HSV(B) 26.33º 0.75% 0.73% -
XYZ 25.76 21.03 5.29 -
YUV 123.37 84.34 171.96 -
System Red Green Blue C M Y K H S L
Decimal 185 107 46 0 0.42 0.75 0.27 26.33 0.6 0.45
Hex B9 6B 2E 0 2A 4B 1B 1A 3C 2D
Octal 271 153 56 0 52 113 33 32 74 55
Binary 10111001 1101011 101110 0 101010 1001011 11011 11010 111100 101101

Color Harmonies of #B96B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96B2E

Black with #B96B2E

Text Example


Text Example

White with #B96B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96B2E; }

 p { color: rgb(185,107,46); }

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

background-color css

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

 a { background-color: rgb(185,107,46); }

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

border-color css

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

 span { border-color: rgb(185,107,46); }

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