Html Css Color HEX #B56630 Reno Sand

📋 copy color: '#B56630'

red 181 ◦ green 102 ◦ blue 48

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

Shades of Reno Sand #B56630

Tints of Reno Sand #B56630

RGB

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

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

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

R = 54.68%
G = 30.82%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B56630 (or 0xB56630) is known color: Reno Sand. HEX triplet: B5, 66 and 30. RGB value is (181,102,48). Sum of RGB (Red+Green+Blue) = 181+102+48=331 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.68% from 331); Green value is 102 (40.23% from 255 or 30.82% from 331); Blue value is 48 (19.14% from 255 or 14.50% from 331); Max value from RGB is 181 - color contains mainly: red. Hex color #B56630 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56630 is #4A99CF. Grayscale: #777777. Windows color (decimal): -4889040 or 3172021. OLE color: 3172021.

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

Color convert

RGB 181 102 48 -
CMYK 0 0.44 0.73 0.29
HSL 24.36º 0.58% 0.45% -
HSV(B) 24.36º 0.73% 0.71% -
XYZ 24.34 19.54 5.28 -
YUV 119.47 87.67 171.89 -
System Red Green Blue C M Y K H S L
Decimal 181 102 48 0 0.44 0.73 0.29 24.36 0.58 0.45
Hex B5 66 30 0 2C 49 1D 18 3A 2D
Octal 265 146 60 0 54 111 35 30 72 55
Binary 10110101 1100110 110000 0 101100 1001001 11101 11000 111010 101101

Color Harmonies of #B56630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56630

Black with #B56630

Text Example


Text Example

White with #B56630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56630; }

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

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

background-color css

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

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

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

border-color css

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

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

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