Html Css Color HEX #B76E34 Reno Sand

📋 copy color: '#B76E34'

red 183 ◦ green 110 ◦ blue 52

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

Shades of Reno Sand #B76E34

Tints of Reno Sand #B76E34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.07%

R = 53.04%
G = 31.88%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#B76E34 (or 0xB76E34) is known color: Reno Sand. HEX triplet: B7, 6E and 34. RGB value is (183,110,52). Sum of RGB (Red+Green+Blue) = 183+110+52=345 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.04% from 345); Green value is 110 (43.36% from 255 or 31.88% from 345); Blue value is 52 (20.70% from 255 or 15.07% from 345); Max value from RGB is 183 - color contains mainly: red. Hex color #B76E34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76E34 is #4891CB. Grayscale: #7D7D7D. Windows color (decimal): -4755916 or 3436215. OLE color: 3436215.

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

Color convert

RGB 183 110 52 -
CMYK 0 0.40 0.72 0.28
HSL 26.56º 0.56% 0.46% -
HSV(B) 26.56º 0.72% 0.72% -
XYZ 25.72 21.47 6.04 -
YUV 125.22 86.68 169.22 -
System Red Green Blue C M Y K H S L
Decimal 183 110 52 0 0.40 0.72 0.28 26.56 0.56 0.46
Hex B7 6E 34 0 28 48 1C 1B 38 2E
Octal 267 156 64 0 50 110 34 33 70 56
Binary 10110111 1101110 110100 0 101000 1001000 11100 11011 111000 101110

Color Harmonies of #B76E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76E34

Black with #B76E34

Text Example


Text Example

White with #B76E34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76E34; }

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

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

background-color css

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

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

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

border-color css

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

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

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