Html Css Color HEX #B56E28 Reno Sand

📋 copy color: '#B56E28'

red 181 ◦ green 110 ◦ blue 40

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

Shades of Reno Sand #B56E28

Tints of Reno Sand #B56E28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.08%

R = 54.68%
G = 33.23%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B56E28 (or 0xB56E28) is known color: Reno Sand. HEX triplet: B5, 6E and 28. RGB value is (181,110,40). Sum of RGB (Red+Green+Blue) = 181+110+40=331 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.68% from 331); Green value is 110 (43.36% from 255 or 33.23% from 331); Blue value is 40 (16.02% from 255 or 12.08% from 331); Max value from RGB is 181 - color contains mainly: red. Hex color #B56E28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56E28 is #4A91D7. Grayscale: #7B7B7B. Windows color (decimal): -4887000 or 2649781. OLE color: 2649781.

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

Color convert

RGB 181 110 40 -
CMYK 0 0.39 0.78 0.29
HSL 29.79º 0.64% 0.43% -
HSV(B) 29.79º 0.78% 0.71% -
XYZ 25.01 21.13 4.77 -
YUV 123.25 81.02 169.19 -
System Red Green Blue C M Y K H S L
Decimal 181 110 40 0 0.39 0.78 0.29 29.79 0.64 0.43
Hex B5 6E 28 0 27 4E 1D 1E 40 2B
Octal 265 156 50 0 47 116 35 36 100 53
Binary 10110101 1101110 101000 0 100111 1001110 11101 11110 1000000 101011

Color Harmonies of #B56E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56E28

Black with #B56E28

Text Example


Text Example

White with #B56E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56E28; }

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

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

background-color css

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

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

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

border-color css

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

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

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