Html Css Color HEX #B56F2B Reno Sand

📋 copy color: '#B56F2B'

red 181 ◦ green 111 ◦ blue 43

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

Shades of Reno Sand #B56F2B

Tints of Reno Sand #B56F2B

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.13%

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

R = 54.03%
G = 33.13%
B = 12.84%

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

#B56F2B (or 0xB56F2B) is known color: Reno Sand. HEX triplet: B5, 6F and 2B. RGB value is (181,111,43). Sum of RGB (Red+Green+Blue) = 181+111+43=335 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.03% from 335); Green value is 111 (43.75% from 255 or 33.13% from 335); Blue value is 43 (17.19% from 255 or 12.84% from 335); Max value from RGB is 181 - color contains mainly: red. Hex color #B56F2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56F2B is #4A90D4. Grayscale: #7C7C7C. Windows color (decimal): -4886741 or 2846645. OLE color: 2846645.

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

Color convert

RGB 181 111 43 -
CMYK 0 0.39 0.76 0.29
HSL 29.57º 0.62% 0.44% -
HSV(B) 29.57º 0.76% 0.71% -
XYZ 25.18 21.37 5.08 -
YUV 124.18 82.19 168.53 -
System Red Green Blue C M Y K H S L
Decimal 181 111 43 0 0.39 0.76 0.29 29.57 0.62 0.44
Hex B5 6F 2B 0 27 4C 1D 1E 3E 2C
Octal 265 157 53 0 47 114 35 36 76 54
Binary 10110101 1101111 101011 0 100111 1001100 11101 11110 111110 101100

Color Harmonies of #B56F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56F2B

Black with #B56F2B

Text Example


Text Example

White with #B56F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56F2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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