Html Css Color HEX #B56B2F Reno Sand

📋 copy color: '#B56B2F'

red 181 ◦ green 107 ◦ blue 47

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

Shades of Reno Sand #B56B2F

Tints of Reno Sand #B56B2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.03%

R = 54.03%
G = 31.94%
B = 14.03%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#B56B2F (or 0xB56B2F) is known color: Reno Sand. HEX triplet: B5, 6B and 2F. RGB value is (181,107,47). Sum of RGB (Red+Green+Blue) = 181+107+47=335 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.03% from 335); Green value is 107 (42.19% from 255 or 31.94% from 335); Blue value is 47 (18.75% from 255 or 14.03% from 335); Max value from RGB is 181 - color contains mainly: red. Hex color #B56B2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56B2F is #4A94D0. Grayscale: #7A7A7A. Windows color (decimal): -4887761 or 3107765. OLE color: 3107765.

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

Color convert

RGB 181 107 47 -
CMYK 0 0.41 0.74 0.29
HSL 26.87º 0.59% 0.45% -
HSV(B) 26.87º 0.74% 0.71% -
XYZ 24.83 20.54 5.35 -
YUV 122.29 85.52 169.88 -
System Red Green Blue C M Y K H S L
Decimal 181 107 47 0 0.41 0.74 0.29 26.87 0.59 0.45
Hex B5 6B 2F 0 29 4A 1D 1B 3B 2D
Octal 265 153 57 0 51 112 35 33 73 55
Binary 10110101 1101011 101111 0 101001 1001010 11101 11011 111011 101101

Color Harmonies of #B56B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56B2F

Black with #B56B2F

Text Example


Text Example

White with #B56B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56B2F; }

 p { color: rgb(181,107,47); }

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

background-color css

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

 a { background-color: rgb(181,107,47); }

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

border-color css

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

 span { border-color: rgb(181,107,47); }

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