Html Css Color HEX #B76A34 Reno Sand

📋 copy color: '#B76A34'

red 183 ◦ green 106 ◦ blue 52

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

Shades of Reno Sand #B76A34

Tints of Reno Sand #B76A34

RGB

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

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

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

R = 53.67%
G = 31.09%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#B76A34 (or 0xB76A34) is known color: Reno Sand. HEX triplet: B7, 6A and 34. RGB value is (183,106,52). Sum of RGB (Red+Green+Blue) = 183+106+52=341 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.67% from 341); Green value is 106 (41.80% from 255 or 31.09% from 341); Blue value is 52 (20.70% from 255 or 15.25% from 341); Max value from RGB is 183 - color contains mainly: red. Hex color #B76A34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76A34 is #4895CB. Grayscale: #7B7B7B. Windows color (decimal): -4756940 or 3435191. OLE color: 3435191.

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

Color convert

RGB 183 106 52 -
CMYK 0 0.42 0.72 0.28
HSL 24.73º 0.56% 0.46% -
HSV(B) 24.73º 0.72% 0.72% -
XYZ 25.3 20.62 5.9 -
YUV 122.87 88.01 170.89 -
System Red Green Blue C M Y K H S L
Decimal 183 106 52 0 0.42 0.72 0.28 24.73 0.56 0.46
Hex B7 6A 34 0 2A 48 1C 19 38 2E
Octal 267 152 64 0 52 110 34 31 70 56
Binary 10110111 1101010 110100 0 101010 1001000 11100 11001 111000 101110

Color Harmonies of #B76A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76A34

Black with #B76A34

Text Example


Text Example

White with #B76A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76A34; }

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

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

background-color css

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

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

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

border-color css

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

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

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