Html Css Color HEX #B76C2B Reno Sand

📋 copy color: '#B76C2B'

red 183 ◦ green 108 ◦ blue 43

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

Shades of Reno Sand #B76C2B

Tints of Reno Sand #B76C2B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.34%

 BLUE value IS 43 (17.19% from 255) = 12.87%

R = 54.79%
G = 32.34%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#B76C2B (or 0xB76C2B) is known color: Reno Sand. HEX triplet: B7, 6C and 2B. RGB value is (183,108,43). Sum of RGB (Red+Green+Blue) = 183+108+43=334 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.79% from 334); Green value is 108 (42.58% from 255 or 32.34% from 334); Blue value is 43 (17.19% from 255 or 12.87% from 334); Max value from RGB is 183 - color contains mainly: red. Hex color #B76C2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76C2B is #4893D4. Grayscale: #7B7B7B. Windows color (decimal): -4756437 or 2845879. OLE color: 2845879.

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

Color convert

RGB 183 108 43 -
CMYK 0 0.41 0.77 0.28
HSL 27.86º 0.62% 0.44% -
HSV(B) 27.86º 0.77% 0.72% -
XYZ 25.33 20.97 5 -
YUV 123.02 82.85 170.79 -
System Red Green Blue C M Y K H S L
Decimal 183 108 43 0 0.41 0.77 0.28 27.86 0.62 0.44
Hex B7 6C 2B 0 29 4D 1C 1C 3E 2C
Octal 267 154 53 0 51 115 34 34 76 54
Binary 10110111 1101100 101011 0 101001 1001101 11100 11100 111110 101100

Color Harmonies of #B76C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76C2B

Black with #B76C2B

Text Example


Text Example

White with #B76C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76C2B; }

 p { color: rgb(183,108,43); }

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

background-color css

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

 a { background-color: rgb(183,108,43); }

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

border-color css

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

 span { border-color: rgb(183,108,43); }

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