Html Css Color HEX #B76E37 Reno Sand

📋 copy color: '#B76E37'

red 183 ◦ green 110 ◦ blue 55

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

Shades of Reno Sand #B76E37

Tints of Reno Sand #B76E37

RGB

 RED value IS 183 (71.88% from 255) = 52.59%

 GREEN value IS 110 (43.36% from 255) = 31.61%

 BLUE value IS 55 (21.88% from 255) = 15.8%

R = 52.59%
G = 31.61%
B = 15.8%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.70

 K value IS 0.28

RGB Variations

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

Color information

#B76E37 (or 0xB76E37) is known color: Reno Sand. HEX triplet: B7, 6E and 37. RGB value is (183,110,55). Sum of RGB (Red+Green+Blue) = 183+110+55=348 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.59% from 348); Green value is 110 (43.36% from 255 or 31.61% from 348); Blue value is 55 (21.88% from 255 or 15.80% from 348); Max value from RGB is 183 - color contains mainly: red. Hex color #B76E37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76E37 is #4891C8. Grayscale: #7D7D7D. Windows color (decimal): -4755913 or 3632823. OLE color: 3632823.

HSL color Cylindrical-coordinate representation of color #B76E37: hue angle of 25.78º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B76E37 is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 110 55 -
CMYK 0 0.40 0.70 0.28
HSL 25.78º 0.54% 0.47% -
HSV(B) 25.78º 0.7% 0.72% -
XYZ 25.79 21.49 6.4 -
YUV 125.56 88.18 168.97 -
System Red Green Blue C M Y K H S L
Decimal 183 110 55 0 0.40 0.70 0.28 25.78 0.54 0.47
Hex B7 6E 37 0 28 46 1C 1A 36 2F
Octal 267 156 67 0 50 106 34 32 66 57
Binary 10110111 1101110 110111 0 101000 1000110 11100 11010 110110 101111

Color Harmonies of #B76E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76E37

Black with #B76E37

Text Example


Text Example

White with #B76E37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76E37; }

 p { color: rgb(183,110,55); }

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

background-color css

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

 a { background-color: rgb(183,110,55); }

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

border-color css

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

 span { border-color: rgb(183,110,55); }

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