Html Css Color HEX #B67036 Reno Sand

📋 copy color: '#B67036'

red 182 ◦ green 112 ◦ blue 54

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

Shades of Reno Sand #B67036

Tints of Reno Sand #B67036

RGB

 RED value IS 182 (71.48% from 255) = 52.3%

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

 BLUE value IS 54 (21.48% from 255) = 15.52%

R = 52.3%
G = 32.18%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.70

 K value IS 0.29

RGB Variations

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

Color information

#B67036 (or 0xB67036) is known color: Reno Sand. HEX triplet: B6, 70 and 36. RGB value is (182,112,54). Sum of RGB (Red+Green+Blue) = 182+112+54=348 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52.30% from 348); Green value is 112 (44.14% from 255 or 32.18% from 348); Blue value is 54 (21.48% from 255 or 15.52% from 348); Max value from RGB is 182 - color contains mainly: red. Hex color #B67036 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67036 is #498FC9. Grayscale: #7E7E7E. Windows color (decimal): -4820938 or 3567798. OLE color: 3567798.

HSL color Cylindrical-coordinate representation of color #B67036: hue angle of 27.19º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B67036 is Cyan = 0, Magento = 0.38, Yellow = 0.70 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 112 54 -
CMYK 0 0.38 0.70 0.29
HSL 27.19º 0.54% 0.46% -
HSV(B) 27.19º 0.7% 0.71% -
XYZ 25.75 21.8 6.34 -
YUV 126.32 87.19 167.72 -
System Red Green Blue C M Y K H S L
Decimal 182 112 54 0 0.38 0.70 0.29 27.19 0.54 0.46
Hex B6 70 36 0 26 46 1D 1B 36 2E
Octal 266 160 66 0 46 106 35 33 66 56
Binary 10110110 1110000 110110 0 100110 1000110 11101 11011 110110 101110

Color Harmonies of #B67036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67036

Black with #B67036

Text Example


Text Example

White with #B67036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67036; }

 p { color: rgb(182,112,54); }

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

background-color css

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

 a { background-color: rgb(182,112,54); }

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

border-color css

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

 span { border-color: rgb(182,112,54); }

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