Html Css Color HEX #B56931 Reno Sand

📋 copy color: '#B56931'

red 181 ◦ green 105 ◦ blue 49

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

Shades of Reno Sand #B56931

Tints of Reno Sand #B56931

RGB

 RED value IS 181 (71.09% from 255) = 54.03%

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

 BLUE value IS 49 (19.53% from 255) = 14.63%

R = 54.03%
G = 31.34%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B56931 (or 0xB56931) is known color: Reno Sand. HEX triplet: B5, 69 and 31. RGB value is (181,105,49). Sum of RGB (Red+Green+Blue) = 181+105+49=335 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.03% from 335); Green value is 105 (41.41% from 255 or 31.34% from 335); Blue value is 49 (19.53% from 255 or 14.63% from 335); Max value from RGB is 181 - color contains mainly: red. Hex color #B56931 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56931 is #4A96CE. Grayscale: #797979. Windows color (decimal): -4888271 or 3238325. OLE color: 3238325.

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

Color convert

RGB 181 105 49 -
CMYK 0 0.42 0.73 0.29
HSL 25.45º 0.57% 0.45% -
HSV(B) 25.45º 0.73% 0.71% -
XYZ 24.66 20.15 5.49 -
YUV 121.34 87.18 170.55 -
System Red Green Blue C M Y K H S L
Decimal 181 105 49 0 0.42 0.73 0.29 25.45 0.57 0.45
Hex B5 69 31 0 2A 49 1D 19 39 2D
Octal 265 151 61 0 52 111 35 31 71 55
Binary 10110101 1101001 110001 0 101010 1001001 11101 11001 111001 101101

Color Harmonies of #B56931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56931

Black with #B56931

Text Example


Text Example

White with #B56931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56931; }

 p { color: rgb(181,105,49); }

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

background-color css

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

 a { background-color: rgb(181,105,49); }

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

border-color css

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

 span { border-color: rgb(181,105,49); }

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