Html Css Color HEX #B56632 Reno Sand

📋 copy color: '#B56632'

red 181 ◦ green 102 ◦ blue 50

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

Shades of Reno Sand #B56632

Tints of Reno Sand #B56632

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.63%

 BLUE value IS 50 (19.92% from 255) = 15.02%

R = 54.35%
G = 30.63%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B56632 (or 0xB56632) is known color: Reno Sand. HEX triplet: B5, 66 and 32. RGB value is (181,102,50). Sum of RGB (Red+Green+Blue) = 181+102+50=333 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.35% from 333); Green value is 102 (40.23% from 255 or 30.63% from 333); Blue value is 50 (19.92% from 255 or 15.02% from 333); Max value from RGB is 181 - color contains mainly: red. Hex color #B56632 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56632 is #4A99CD. Grayscale: #777777. Windows color (decimal): -4889038 or 3303093. OLE color: 3303093.

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

Color convert

RGB 181 102 50 -
CMYK 0 0.44 0.72 0.29
HSL 23.82º 0.57% 0.45% -
HSV(B) 23.82º 0.72% 0.71% -
XYZ 24.38 19.56 5.51 -
YUV 119.69 88.67 171.73 -
System Red Green Blue C M Y K H S L
Decimal 181 102 50 0 0.44 0.72 0.29 23.82 0.57 0.45
Hex B5 66 32 0 2C 48 1D 18 39 2D
Octal 265 146 62 0 54 110 35 30 71 55
Binary 10110101 1100110 110010 0 101100 1001000 11101 11000 111001 101101

Color Harmonies of #B56632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56632

Black with #B56632

Text Example


Text Example

White with #B56632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56632; }

 p { color: rgb(181,102,50); }

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

background-color css

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

 a { background-color: rgb(181,102,50); }

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

border-color css

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

 span { border-color: rgb(181,102,50); }

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