Html Css Color HEX #B56E35 Reno Sand

📋 copy color: '#B56E35'

red 181 ◦ green 110 ◦ blue 53

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

Shades of Reno Sand #B56E35

Tints of Reno Sand #B56E35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 15.41%

R = 52.62%
G = 31.98%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B56E35 (or 0xB56E35) is known color: Reno Sand. HEX triplet: B5, 6E and 35. RGB value is (181,110,53). Sum of RGB (Red+Green+Blue) = 181+110+53=344 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.62% from 344); Green value is 110 (43.36% from 255 or 31.98% from 344); Blue value is 53 (21.09% from 255 or 15.41% from 344); Max value from RGB is 181 - color contains mainly: red. Hex color #B56E35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56E35 is #4A91CA. Grayscale: #7D7D7D. Windows color (decimal): -4886987 or 3501749. OLE color: 3501749.

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

Color convert

RGB 181 110 53 -
CMYK 0 0.39 0.71 0.29
HSL 26.72º 0.55% 0.46% -
HSV(B) 26.72º 0.71% 0.71% -
XYZ 25.27 21.23 6.13 -
YUV 124.73 87.52 168.13 -
System Red Green Blue C M Y K H S L
Decimal 181 110 53 0 0.39 0.71 0.29 26.72 0.55 0.46
Hex B5 6E 35 0 27 47 1D 1B 37 2E
Octal 265 156 65 0 47 107 35 33 67 56
Binary 10110101 1101110 110101 0 100111 1000111 11101 11011 110111 101110

Color Harmonies of #B56E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56E35

Black with #B56E35

Text Example


Text Example

White with #B56E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56E35; }

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

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

background-color css

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

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

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

border-color css

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

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

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