Html Css Color HEX #B56F2E Reno Sand

📋 copy color: '#B56F2E'

red 181 ◦ green 111 ◦ blue 46

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

Shades of Reno Sand #B56F2E

Tints of Reno Sand #B56F2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.61%

R = 53.55%
G = 32.84%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B56F2E (or 0xB56F2E) is known color: Reno Sand. HEX triplet: B5, 6F and 2E. RGB value is (181,111,46). Sum of RGB (Red+Green+Blue) = 181+111+46=338 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.55% from 338); Green value is 111 (43.75% from 255 or 32.84% from 338); Blue value is 46 (18.36% from 255 or 13.61% from 338); Max value from RGB is 181 - color contains mainly: red. Hex color #B56F2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56F2E is #4A90D1. Grayscale: #7C7C7C. Windows color (decimal): -4886738 or 3043253. OLE color: 3043253.

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

Color convert

RGB 181 111 46 -
CMYK 0 0.39 0.75 0.29
HSL 28.89º 0.59% 0.45% -
HSV(B) 28.89º 0.75% 0.71% -
XYZ 25.23 21.39 5.38 -
YUV 124.52 83.69 168.29 -
System Red Green Blue C M Y K H S L
Decimal 181 111 46 0 0.39 0.75 0.29 28.89 0.59 0.45
Hex B5 6F 2E 0 27 4B 1D 1D 3B 2D
Octal 265 157 56 0 47 113 35 35 73 55
Binary 10110101 1101111 101110 0 100111 1001011 11101 11101 111011 101101

Color Harmonies of #B56F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56F2E

Black with #B56F2E

Text Example


Text Example

White with #B56F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56F2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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