Html Css Color HEX #B76F36 Reno Sand

📋 copy color: '#B76F36'

red 183 ◦ green 111 ◦ blue 54

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

Shades of Reno Sand #B76F36

Tints of Reno Sand #B76F36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 15.52%

R = 52.59%
G = 31.9%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.70

 K value IS 0.28

RGB Variations

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

Color information

#B76F36 (or 0xB76F36) is known color: Reno Sand. HEX triplet: B7, 6F and 36. RGB value is (183,111,54). Sum of RGB (Red+Green+Blue) = 183+111+54=348 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.59% from 348); Green value is 111 (43.75% from 255 or 31.90% from 348); Blue value is 54 (21.48% from 255 or 15.52% from 348); Max value from RGB is 183 - color contains mainly: red. Hex color #B76F36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76F36 is #4890C9. Grayscale: #7E7E7E. Windows color (decimal): -4755658 or 3567543. OLE color: 3567543.

HSL color Cylindrical-coordinate representation of color #B76F36: hue angle of 26.51º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B76F36 is Cyan = 0, Magento = 0.39, Yellow = 0.70 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 111 54 -
CMYK 0 0.39 0.70 0.28
HSL 26.51º 0.54% 0.46% -
HSV(B) 26.51º 0.7% 0.72% -
XYZ 25.88 21.7 6.32 -
YUV 126.03 87.35 168.63 -
System Red Green Blue C M Y K H S L
Decimal 183 111 54 0 0.39 0.70 0.28 26.51 0.54 0.46
Hex B7 6F 36 0 27 46 1C 1B 36 2E
Octal 267 157 66 0 47 106 34 33 66 56
Binary 10110111 1101111 110110 0 100111 1000110 11100 11011 110110 101110

Color Harmonies of #B76F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76F36

Black with #B76F36

Text Example


Text Example

White with #B76F36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76F36; }

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

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

background-color css

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

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

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

border-color css

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

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

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