Html Css Color HEX #B56930 Reno Sand

📋 copy color: '#B56930'

red 181 ◦ green 105 ◦ blue 48

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

Shades of Reno Sand #B56930

Tints of Reno Sand #B56930

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.44%

 BLUE value IS 48 (19.14% from 255) = 14.37%

R = 54.19%
G = 31.44%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B56930 (or 0xB56930) is known color: Reno Sand. HEX triplet: B5, 69 and 30. RGB value is (181,105,48). Sum of RGB (Red+Green+Blue) = 181+105+48=334 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.19% from 334); Green value is 105 (41.41% from 255 or 31.44% from 334); Blue value is 48 (19.14% from 255 or 14.37% from 334); Max value from RGB is 181 - color contains mainly: red. Hex color #B56930 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56930 is #4A96CF. Grayscale: #797979. Windows color (decimal): -4888272 or 3172789. OLE color: 3172789.

HSL color Cylindrical-coordinate representation of color #B56930: hue angle of 25.71º degrees, saturation: 0.58, 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 #B56930 is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 105 48 -
CMYK 0 0.42 0.73 0.29
HSL 25.71º 0.58% 0.45% -
HSV(B) 25.71º 0.73% 0.71% -
XYZ 24.64 20.14 5.39 -
YUV 121.23 86.68 170.63 -
System Red Green Blue C M Y K H S L
Decimal 181 105 48 0 0.42 0.73 0.29 25.71 0.58 0.45
Hex B5 69 30 0 2A 49 1D 1A 3A 2D
Octal 265 151 60 0 52 111 35 32 72 55
Binary 10110101 1101001 110000 0 101010 1001001 11101 11010 111010 101101

Color Harmonies of #B56930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56930

Black with #B56930

Text Example


Text Example

White with #B56930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56930; }

 p { color: rgb(181,105,48); }

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

background-color css

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

 a { background-color: rgb(181,105,48); }

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

border-color css

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

 span { border-color: rgb(181,105,48); }

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