Html Css Color HEX #B56B2A Reno Sand

📋 copy color: '#B56B2A'

red 181 ◦ green 107 ◦ blue 42

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

Shades of Reno Sand #B56B2A

Tints of Reno Sand #B56B2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.73%

R = 54.85%
G = 32.42%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B56B2A (or 0xB56B2A) is known color: Reno Sand. HEX triplet: B5, 6B and 2A. RGB value is (181,107,42). Sum of RGB (Red+Green+Blue) = 181+107+42=330 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.85% from 330); Green value is 107 (42.19% from 255 or 32.42% from 330); Blue value is 42 (16.80% from 255 or 12.73% from 330); Max value from RGB is 181 - color contains mainly: red. Hex color #B56B2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56B2A is #4A94D5. Grayscale: #7A7A7A. Windows color (decimal): -4887766 or 2780085. OLE color: 2780085.

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

Color convert

RGB 181 107 42 -
CMYK 0 0.41 0.77 0.29
HSL 28.06º 0.62% 0.44% -
HSV(B) 28.06º 0.77% 0.71% -
XYZ 24.73 20.51 4.85 -
YUV 121.72 83.02 170.29 -
System Red Green Blue C M Y K H S L
Decimal 181 107 42 0 0.41 0.77 0.29 28.06 0.62 0.44
Hex B5 6B 2A 0 29 4D 1D 1C 3E 2C
Octal 265 153 52 0 51 115 35 34 76 54
Binary 10110101 1101011 101010 0 101001 1001101 11101 11100 111110 101100

Color Harmonies of #B56B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56B2A

Black with #B56B2A

Text Example


Text Example

White with #B56B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56B2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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