Html Css Color HEX #B76E30 Reno Sand

📋 copy color: '#B76E30'

red 183 ◦ green 110 ◦ blue 48

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

Shades of Reno Sand #B76E30

Tints of Reno Sand #B76E30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.08%

R = 53.67%
G = 32.26%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B76E30 (or 0xB76E30) is known color: Reno Sand. HEX triplet: B7, 6E and 30. RGB value is (183,110,48). Sum of RGB (Red+Green+Blue) = 183+110+48=341 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.67% from 341); Green value is 110 (43.36% from 255 or 32.26% from 341); Blue value is 48 (19.14% from 255 or 14.08% from 341); Max value from RGB is 183 - color contains mainly: red. Hex color #B76E30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76E30 is #4891CF. Grayscale: #7D7D7D. Windows color (decimal): -4755920 or 3174071. OLE color: 3174071.

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

Color convert

RGB 183 110 48 -
CMYK 0 0.40 0.74 0.28
HSL 27.56º 0.58% 0.45% -
HSV(B) 27.56º 0.74% 0.72% -
XYZ 25.64 21.43 5.58 -
YUV 124.76 84.68 169.54 -
System Red Green Blue C M Y K H S L
Decimal 183 110 48 0 0.40 0.74 0.28 27.56 0.58 0.45
Hex B7 6E 30 0 28 4A 1C 1C 3A 2D
Octal 267 156 60 0 50 112 34 34 72 55
Binary 10110111 1101110 110000 0 101000 1001010 11100 11100 111010 101101

Color Harmonies of #B76E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76E30

Black with #B76E30

Text Example


Text Example

White with #B76E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76E30; }

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

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

background-color css

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

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

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

border-color css

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

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

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