Html Css Color HEX #B57238 Reno Sand

📋 copy color: '#B57238'

red 181 ◦ green 114 ◦ blue 56

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

Shades of Reno Sand #B57238

Tints of Reno Sand #B57238

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.48%

 BLUE value IS 56 (22.27% from 255) = 15.95%

R = 51.57%
G = 32.48%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#B57238 (or 0xB57238) is known color: Reno Sand. HEX triplet: B5, 72 and 38. RGB value is (181,114,56). Sum of RGB (Red+Green+Blue) = 181+114+56=351 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.57% from 351); Green value is 114 (44.92% from 255 or 32.48% from 351); Blue value is 56 (22.27% from 255 or 15.95% from 351); Max value from RGB is 181 - color contains mainly: red. Hex color #B57238 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57238 is #4A8DC7. Grayscale: #7F7F7F. Windows color (decimal): -4885960 or 3699381. OLE color: 3699381.

HSL color Cylindrical-coordinate representation of color #B57238: hue angle of 27.84º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B57238 is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 114 56 -
CMYK 0 0.37 0.69 0.29
HSL 27.84º 0.53% 0.46% -
HSV(B) 27.84º 0.69% 0.71% -
XYZ 25.79 22.14 6.66 -
YUV 127.42 87.7 166.22 -
System Red Green Blue C M Y K H S L
Decimal 181 114 56 0 0.37 0.69 0.29 27.84 0.53 0.46
Hex B5 72 38 0 25 45 1D 1C 35 2E
Octal 265 162 70 0 45 105 35 34 65 56
Binary 10110101 1110010 111000 0 100101 1000101 11101 11100 110101 101110

Color Harmonies of #B57238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57238

Black with #B57238

Text Example


Text Example

White with #B57238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57238; }

 p { color: rgb(181,114,56); }

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

background-color css

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

 a { background-color: rgb(181,114,56); }

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

border-color css

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

 span { border-color: rgb(181,114,56); }

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