Html Css Color HEX #B56829 Reno Sand

📋 copy color: '#B56829'

red 181 ◦ green 104 ◦ blue 41

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

Shades of Reno Sand #B56829

Tints of Reno Sand #B56829

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.9%

 BLUE value IS 41 (16.41% from 255) = 12.58%

R = 55.52%
G = 31.9%
B = 12.58%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B56829 (or 0xB56829) is known color: Reno Sand. HEX triplet: B5, 68 and 29. RGB value is (181,104,41). Sum of RGB (Red+Green+Blue) = 181+104+41=326 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.52% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 41 (16.41% from 255 or 12.58% from 326); Max value from RGB is 181 - color contains mainly: red. Hex color #B56829 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56829 is #4A97D6. Grayscale: #787878. Windows color (decimal): -4888535 or 2713781. OLE color: 2713781.

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

Color convert

RGB 181 104 41 -
CMYK 0 0.43 0.77 0.29
HSL 27º 0.63% 0.44% -
HSV(B) 27º 0.77% 0.71% -
XYZ 24.41 19.88 4.65 -
YUV 119.84 83.51 171.62 -
System Red Green Blue C M Y K H S L
Decimal 181 104 41 0 0.43 0.77 0.29 27 0.63 0.44
Hex B5 68 29 0 2B 4D 1D 1B 3F 2C
Octal 265 150 51 0 53 115 35 33 77 54
Binary 10110101 1101000 101001 0 101011 1001101 11101 11011 111111 101100

Color Harmonies of #B56829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56829

Black with #B56829

Text Example


Text Example

White with #B56829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56829; }

 p { color: rgb(181,104,41); }

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

background-color css

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

 a { background-color: rgb(181,104,41); }

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

border-color css

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

 span { border-color: rgb(181,104,41); }

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