Html Css Color HEX #B56D2B Reno Sand

📋 copy color: '#B56D2B'

red 181 ◦ green 109 ◦ blue 43

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

Shades of Reno Sand #B56D2B

Tints of Reno Sand #B56D2B

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.73%

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

R = 54.35%
G = 32.73%
B = 12.91%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B56D2B (or 0xB56D2B) is known color: Reno Sand. HEX triplet: B5, 6D and 2B. RGB value is (181,109,43). Sum of RGB (Red+Green+Blue) = 181+109+43=333 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.35% from 333); Green value is 109 (42.97% from 255 or 32.73% from 333); Blue value is 43 (17.19% from 255 or 12.91% from 333); Max value from RGB is 181 - color contains mainly: red. Hex color #B56D2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56D2B is #4A92D4. Grayscale: #7B7B7B. Windows color (decimal): -4887253 or 2846133. OLE color: 2846133.

HSL color Cylindrical-coordinate representation of color #B56D2B: hue angle of 28.7º 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 #B56D2B is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 109 43 -
CMYK 0 0.40 0.76 0.29
HSL 28.7º 0.62% 0.44% -
HSV(B) 28.7º 0.76% 0.71% -
XYZ 24.96 20.94 5.01 -
YUV 123 82.85 169.37 -
System Red Green Blue C M Y K H S L
Decimal 181 109 43 0 0.40 0.76 0.29 28.7 0.62 0.44
Hex B5 6D 2B 0 28 4C 1D 1D 3E 2C
Octal 265 155 53 0 50 114 35 35 76 54
Binary 10110101 1101101 101011 0 101000 1001100 11101 11101 111110 101100

Color Harmonies of #B56D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56D2B

Black with #B56D2B

Text Example


Text Example

White with #B56D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56D2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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