Html Css Color HEX #B76B2D Reno Sand

📋 copy color: '#B76B2D'

red 183 ◦ green 107 ◦ blue 45

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

Shades of Reno Sand #B76B2D

Tints of Reno Sand #B76B2D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.94%

 BLUE value IS 45 (17.97% from 255) = 13.43%

R = 54.63%
G = 31.94%
B = 13.43%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.75

 K value IS 0.28

RGB Variations

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

Color information

#B76B2D (or 0xB76B2D) is known color: Reno Sand. HEX triplet: B7, 6B and 2D. RGB value is (183,107,45). Sum of RGB (Red+Green+Blue) = 183+107+45=335 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.63% from 335); Green value is 107 (42.19% from 255 or 31.94% from 335); Blue value is 45 (17.97% from 255 or 13.43% from 335); Max value from RGB is 183 - color contains mainly: red. Hex color #B76B2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76B2D is #4894D2. Grayscale: #7A7A7A. Windows color (decimal): -4756691 or 2976695. OLE color: 2976695.

HSL color Cylindrical-coordinate representation of color #B76B2D: hue angle of 26.96º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B76B2D is Cyan = 0, Magento = 0.42, Yellow = 0.75 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 107 45 -
CMYK 0 0.42 0.75 0.28
HSL 26.96º 0.61% 0.45% -
HSV(B) 26.96º 0.75% 0.72% -
XYZ 25.26 20.77 5.16 -
YUV 122.66 84.18 171.04 -
System Red Green Blue C M Y K H S L
Decimal 183 107 45 0 0.42 0.75 0.28 26.96 0.61 0.45
Hex B7 6B 2D 0 2A 4B 1C 1B 3D 2D
Octal 267 153 55 0 52 113 34 33 75 55
Binary 10110111 1101011 101101 0 101010 1001011 11100 11011 111101 101101

Color Harmonies of #B76B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76B2D

Black with #B76B2D

Text Example


Text Example

White with #B76B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76B2D; }

 p { color: rgb(183,107,45); }

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

background-color css

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

 a { background-color: rgb(183,107,45); }

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

border-color css

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

 span { border-color: rgb(183,107,45); }

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