Html Css Color HEX #B76A29 Reno Sand

📋 copy color: '#B76A29'

red 183 ◦ green 106 ◦ blue 41

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

Shades of Reno Sand #B76A29

Tints of Reno Sand #B76A29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.42%

R = 55.45%
G = 32.12%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B76A29 (or 0xB76A29) is known color: Reno Sand. HEX triplet: B7, 6A and 29. RGB value is (183,106,41). Sum of RGB (Red+Green+Blue) = 183+106+41=330 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.45% from 330); Green value is 106 (41.80% from 255 or 32.12% from 330); Blue value is 41 (16.41% from 255 or 12.42% from 330); Max value from RGB is 183 - color contains mainly: red. Hex color #B76A29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76A29 is #4895D6. Grayscale: #797979. Windows color (decimal): -4756951 or 2714295. OLE color: 2714295.

HSL color Cylindrical-coordinate representation of color #B76A29: hue angle of 27.46º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B76A29 is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 106 41 -
CMYK 0 0.42 0.78 0.28
HSL 27.46º 0.63% 0.44% -
HSV(B) 27.46º 0.78% 0.72% -
XYZ 25.08 20.54 4.74 -
YUV 121.61 82.51 171.79 -
System Red Green Blue C M Y K H S L
Decimal 183 106 41 0 0.42 0.78 0.28 27.46 0.63 0.44
Hex B7 6A 29 0 2A 4E 1C 1B 3F 2C
Octal 267 152 51 0 52 116 34 33 77 54
Binary 10110111 1101010 101001 0 101010 1001110 11100 11011 111111 101100

Color Harmonies of #B76A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76A29

Black with #B76A29

Text Example


Text Example

White with #B76A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76A29; }

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

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

background-color css

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

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

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

border-color css

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

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

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