Html Css Color HEX #B56A33 Reno Sand

📋 copy color: '#B56A33'

red 181 ◦ green 106 ◦ blue 51

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

Shades of Reno Sand #B56A33

Tints of Reno Sand #B56A33

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.36%

 BLUE value IS 51 (20.31% from 255) = 15.09%

R = 53.55%
G = 31.36%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B56A33 (or 0xB56A33) is known color: Reno Sand. HEX triplet: B5, 6A and 33. RGB value is (181,106,51). Sum of RGB (Red+Green+Blue) = 181+106+51=338 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.55% from 338); Green value is 106 (41.80% from 255 or 31.36% from 338); Blue value is 51 (20.31% from 255 or 15.09% from 338); Max value from RGB is 181 - color contains mainly: red. Hex color #B56A33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56A33 is #4A95CC. Grayscale: #7A7A7A. Windows color (decimal): -4888013 or 3369653. OLE color: 3369653.

HSL color Cylindrical-coordinate representation of color #B56A33: hue angle of 25.38º degrees, saturation: 0.56, 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 #B56A33 is Cyan = 0, Magento = 0.41, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 106 51 -
CMYK 0 0.41 0.72 0.29
HSL 25.38º 0.56% 0.45% -
HSV(B) 25.38º 0.72% 0.71% -
XYZ 24.81 20.37 5.76 -
YUV 122.16 87.85 169.97 -
System Red Green Blue C M Y K H S L
Decimal 181 106 51 0 0.41 0.72 0.29 25.38 0.56 0.45
Hex B5 6A 33 0 29 48 1D 19 38 2D
Octal 265 152 63 0 51 110 35 31 70 55
Binary 10110101 1101010 110011 0 101001 1001000 11101 11001 111000 101101

Color Harmonies of #B56A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56A33

Black with #B56A33

Text Example


Text Example

White with #B56A33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56A33; }

 p { color: rgb(181,106,51); }

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

background-color css

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

 a { background-color: rgb(181,106,51); }

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

border-color css

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

 span { border-color: rgb(181,106,51); }

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