Html Css Color HEX #B76A2A Reno Sand

📋 copy color: '#B76A2A'

red 183 ◦ green 106 ◦ blue 42

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

Shades of Reno Sand #B76A2A

Tints of Reno Sand #B76A2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.69%

R = 55.29%
G = 32.02%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#B76A2A (or 0xB76A2A) is known color: Reno Sand. HEX triplet: B7, 6A and 2A. RGB value is (183,106,42). Sum of RGB (Red+Green+Blue) = 183+106+42=331 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.29% from 331); Green value is 106 (41.80% from 255 or 32.02% from 331); Blue value is 42 (16.80% from 255 or 12.69% from 331); Max value from RGB is 183 - color contains mainly: red. Hex color #B76A2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76A2A is #4895D5. Grayscale: #7A7A7A. Windows color (decimal): -4756950 or 2779831. OLE color: 2779831.

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

Color convert

RGB 183 106 42 -
CMYK 0 0.42 0.77 0.28
HSL 27.23º 0.63% 0.44% -
HSV(B) 27.23º 0.77% 0.72% -
XYZ 25.1 20.54 4.83 -
YUV 121.73 83.01 171.7 -
System Red Green Blue C M Y K H S L
Decimal 183 106 42 0 0.42 0.77 0.28 27.23 0.63 0.44
Hex B7 6A 2A 0 2A 4D 1C 1B 3F 2C
Octal 267 152 52 0 52 115 34 33 77 54
Binary 10110111 1101010 101010 0 101010 1001101 11100 11011 111111 101100

Color Harmonies of #B76A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76A2A

Black with #B76A2A

Text Example


Text Example

White with #B76A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76A2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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