Html Css Color HEX #B57038 Reno Sand

📋 copy color: '#B57038'

red 181 ◦ green 112 ◦ blue 56

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

Shades of Reno Sand #B57038

Tints of Reno Sand #B57038

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.09%

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

R = 51.86%
G = 32.09%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#B57038 (or 0xB57038) is known color: Reno Sand. HEX triplet: B5, 70 and 38. RGB value is (181,112,56). Sum of RGB (Red+Green+Blue) = 181+112+56=349 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.86% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 56 (22.27% from 255 or 16.05% from 349); Max value from RGB is 181 - color contains mainly: red. Hex color #B57038 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57038 is #4A8FC7. Grayscale: #7E7E7E. Windows color (decimal): -4886472 or 3698869. OLE color: 3698869.

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

Color convert

RGB 181 112 56 -
CMYK 0 0.38 0.69 0.29
HSL 26.88º 0.53% 0.46% -
HSV(B) 26.88º 0.69% 0.71% -
XYZ 25.56 21.7 6.58 -
YUV 126.25 88.36 167.05 -
System Red Green Blue C M Y K H S L
Decimal 181 112 56 0 0.38 0.69 0.29 26.88 0.53 0.46
Hex B5 70 38 0 26 45 1D 1B 35 2E
Octal 265 160 70 0 46 105 35 33 65 56
Binary 10110101 1110000 111000 0 100110 1000101 11101 11011 110101 101110

Color Harmonies of #B57038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57038

Black with #B57038

Text Example


Text Example

White with #B57038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57038; }

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

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

background-color css

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

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

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

border-color css

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

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

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