Html Css Color HEX #B76A2F Reno Sand

📋 copy color: '#B76A2F'

red 183 ◦ green 106 ◦ blue 47

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

Shades of Reno Sand #B76A2F

Tints of Reno Sand #B76A2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.99%

R = 54.46%
G = 31.55%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B76A2F (or 0xB76A2F) is known color: Reno Sand. HEX triplet: B7, 6A and 2F. RGB value is (183,106,47). Sum of RGB (Red+Green+Blue) = 183+106+47=336 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.46% from 336); Green value is 106 (41.80% from 255 or 31.55% from 336); Blue value is 47 (18.75% from 255 or 13.99% from 336); Max value from RGB is 183 - color contains mainly: red. Hex color #B76A2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76A2F is #4895D0. Grayscale: #7A7A7A. Windows color (decimal): -4756945 or 3107511. OLE color: 3107511.

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

Color convert

RGB 183 106 47 -
CMYK 0 0.42 0.74 0.28
HSL 26.03º 0.59% 0.45% -
HSV(B) 26.03º 0.74% 0.72% -
XYZ 25.2 20.58 5.33 -
YUV 122.3 85.51 171.3 -
System Red Green Blue C M Y K H S L
Decimal 183 106 47 0 0.42 0.74 0.28 26.03 0.59 0.45
Hex B7 6A 2F 0 2A 4A 1C 1A 3B 2D
Octal 267 152 57 0 52 112 34 32 73 55
Binary 10110111 1101010 101111 0 101010 1001010 11100 11010 111011 101101

Color Harmonies of #B76A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76A2F

Black with #B76A2F

Text Example


Text Example

White with #B76A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76A2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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