Html Css Color HEX #B56A37 Reno Sand

📋 copy color: '#B56A37'

red 181 ◦ green 106 ◦ blue 55

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

Shades of Reno Sand #B56A37

Tints of Reno Sand #B56A37

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.99%

 BLUE value IS 55 (21.88% from 255) = 16.08%

R = 52.92%
G = 30.99%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.70

 K value IS 0.29

RGB Variations

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

Color information

#B56A37 (or 0xB56A37) is known color: Reno Sand. HEX triplet: B5, 6A and 37. RGB value is (181,106,55). Sum of RGB (Red+Green+Blue) = 181+106+55=342 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.92% from 342); Green value is 106 (41.80% from 255 or 30.99% from 342); Blue value is 55 (21.88% from 255 or 16.08% from 342); Max value from RGB is 181 - color contains mainly: red. Hex color #B56A37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56A37 is #4A95C8. Grayscale: #7A7A7A. Windows color (decimal): -4888009 or 3631797. OLE color: 3631797.

HSL color Cylindrical-coordinate representation of color #B56A37: hue angle of 24.29º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B56A37 is Cyan = 0, Magento = 0.41, Yellow = 0.70 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 106 55 -
CMYK 0 0.41 0.70 0.29
HSL 24.29º 0.53% 0.46% -
HSV(B) 24.29º 0.7% 0.71% -
XYZ 24.9 20.41 6.24 -
YUV 122.61 89.85 169.65 -
System Red Green Blue C M Y K H S L
Decimal 181 106 55 0 0.41 0.70 0.29 24.29 0.53 0.46
Hex B5 6A 37 0 29 46 1D 18 35 2E
Octal 265 152 67 0 51 106 35 30 65 56
Binary 10110101 1101010 110111 0 101001 1000110 11101 11000 110101 101110

Color Harmonies of #B56A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56A37

Black with #B56A37

Text Example


Text Example

White with #B56A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56A37; }

 p { color: rgb(181,106,55); }

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

background-color css

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

 a { background-color: rgb(181,106,55); }

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

border-color css

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

 span { border-color: rgb(181,106,55); }

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