Html Css Color HEX #B56731 Reno Sand

📋 copy color: '#B56731'

red 181 ◦ green 103 ◦ blue 49

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

Shades of Reno Sand #B56731

Tints of Reno Sand #B56731

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.93%

 BLUE value IS 49 (19.53% from 255) = 14.71%

R = 54.35%
G = 30.93%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B56731 (or 0xB56731) is known color: Reno Sand. HEX triplet: B5, 67 and 31. RGB value is (181,103,49). Sum of RGB (Red+Green+Blue) = 181+103+49=333 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.35% from 333); Green value is 103 (40.62% from 255 or 30.93% from 333); Blue value is 49 (19.53% from 255 or 14.71% from 333); Max value from RGB is 181 - color contains mainly: red. Hex color #B56731 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56731 is #4A98CE. Grayscale: #787878. Windows color (decimal): -4888783 or 3237813. OLE color: 3237813.

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

Color convert

RGB 181 103 49 -
CMYK 0 0.43 0.73 0.29
HSL 24.55º 0.57% 0.45% -
HSV(B) 24.55º 0.73% 0.71% -
XYZ 24.46 19.75 5.43 -
YUV 120.17 87.84 171.39 -
System Red Green Blue C M Y K H S L
Decimal 181 103 49 0 0.43 0.73 0.29 24.55 0.57 0.45
Hex B5 67 31 0 2B 49 1D 19 39 2D
Octal 265 147 61 0 53 111 35 31 71 55
Binary 10110101 1100111 110001 0 101011 1001001 11101 11001 111001 101101

Color Harmonies of #B56731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56731

Black with #B56731

Text Example


Text Example

White with #B56731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56731; }

 p { color: rgb(181,103,49); }

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

background-color css

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

 a { background-color: rgb(181,103,49); }

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

border-color css

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

 span { border-color: rgb(181,103,49); }

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