Html Css Color HEX #B56E2B Reno Sand

📋 copy color: '#B56E2B'

red 181 ◦ green 110 ◦ blue 43

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

Shades of Reno Sand #B56E2B

Tints of Reno Sand #B56E2B

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.93%

 BLUE value IS 43 (17.19% from 255) = 12.87%

R = 54.19%
G = 32.93%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B56E2B (or 0xB56E2B) is known color: Reno Sand. HEX triplet: B5, 6E and 2B. RGB value is (181,110,43). Sum of RGB (Red+Green+Blue) = 181+110+43=334 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.19% from 334); Green value is 110 (43.36% from 255 or 32.93% from 334); Blue value is 43 (17.19% from 255 or 12.87% from 334); Max value from RGB is 181 - color contains mainly: red. Hex color #B56E2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56E2B is #4A91D4. Grayscale: #7B7B7B. Windows color (decimal): -4886997 or 2846389. OLE color: 2846389.

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

Color convert

RGB 181 110 43 -
CMYK 0 0.39 0.76 0.29
HSL 29.13º 0.62% 0.44% -
HSV(B) 29.13º 0.76% 0.71% -
XYZ 25.07 21.15 5.05 -
YUV 123.59 82.52 168.95 -
System Red Green Blue C M Y K H S L
Decimal 181 110 43 0 0.39 0.76 0.29 29.13 0.62 0.44
Hex B5 6E 2B 0 27 4C 1D 1D 3E 2C
Octal 265 156 53 0 47 114 35 35 76 54
Binary 10110101 1101110 101011 0 100111 1001100 11101 11101 111110 101100

Color Harmonies of #B56E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56E2B

Black with #B56E2B

Text Example


Text Example

White with #B56E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56E2B; }

 p { color: rgb(181,110,43); }

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

background-color css

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

 a { background-color: rgb(181,110,43); }

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

border-color css

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

 span { border-color: rgb(181,110,43); }

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