Html Css Color HEX #B76F2F Reno Sand

📋 copy color: '#B76F2F'

red 183 ◦ green 111 ◦ blue 47

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

Shades of Reno Sand #B76F2F

Tints of Reno Sand #B76F2F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.55%

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

R = 53.67%
G = 32.55%
B = 13.78%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B76F2F (or 0xB76F2F) is known color: Reno Sand. HEX triplet: B7, 6F and 2F. RGB value is (183,111,47). Sum of RGB (Red+Green+Blue) = 183+111+47=341 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.67% from 341); Green value is 111 (43.75% from 255 or 32.55% from 341); Blue value is 47 (18.75% from 255 or 13.78% from 341); Max value from RGB is 183 - color contains mainly: red. Hex color #B76F2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76F2F is #4890D0. Grayscale: #7D7D7D. Windows color (decimal): -4755665 or 3108791. OLE color: 3108791.

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

Color convert

RGB 183 111 47 -
CMYK 0 0.39 0.74 0.28
HSL 28.24º 0.59% 0.45% -
HSV(B) 28.24º 0.74% 0.72% -
XYZ 25.73 21.64 5.51 -
YUV 125.23 83.85 169.2 -
System Red Green Blue C M Y K H S L
Decimal 183 111 47 0 0.39 0.74 0.28 28.24 0.59 0.45
Hex B7 6F 2F 0 27 4A 1C 1C 3B 2D
Octal 267 157 57 0 47 112 34 34 73 55
Binary 10110111 1101111 101111 0 100111 1001010 11100 11100 111011 101101

Color Harmonies of #B76F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76F2F

Black with #B76F2F

Text Example


Text Example

White with #B76F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76F2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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