Html Css Color HEX #B76A37 Reno Sand

📋 copy color: '#B76A37'

red 183 ◦ green 106 ◦ blue 55

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

Shades of Reno Sand #B76A37

Tints of Reno Sand #B76A37

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.81%

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

R = 53.2%
G = 30.81%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.70

 K value IS 0.28

RGB Variations

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

Color information

#B76A37 (or 0xB76A37) is known color: Reno Sand. HEX triplet: B7, 6A and 37. RGB value is (183,106,55). Sum of RGB (Red+Green+Blue) = 183+106+55=344 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.20% from 344); Green value is 106 (41.80% from 255 or 30.81% from 344); Blue value is 55 (21.88% from 255 or 15.99% from 344); Max value from RGB is 183 - color contains mainly: red. Hex color #B76A37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76A37 is #4895C8. Grayscale: #7B7B7B. Windows color (decimal): -4756937 or 3631799. OLE color: 3631799.

HSL color Cylindrical-coordinate representation of color #B76A37: hue angle of 23.91º 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 #B76A37 is Cyan = 0, Magento = 0.42, Yellow = 0.70 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 106 55 -
CMYK 0 0.42 0.70 0.28
HSL 23.91º 0.54% 0.47% -
HSV(B) 23.91º 0.7% 0.72% -
XYZ 25.37 20.65 6.26 -
YUV 123.21 89.51 170.65 -
System Red Green Blue C M Y K H S L
Decimal 183 106 55 0 0.42 0.70 0.28 23.91 0.54 0.47
Hex B7 6A 37 0 2A 46 1C 18 36 2F
Octal 267 152 67 0 52 106 34 30 66 57
Binary 10110111 1101010 110111 0 101010 1000110 11100 11000 110110 101111

Color Harmonies of #B76A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76A37

Black with #B76A37

Text Example


Text Example

White with #B76A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76A37; }

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

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

background-color css

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

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

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

border-color css

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

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

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