Html Css Color HEX #B76A30 Reno Sand

📋 copy color: '#B76A30'

red 183 ◦ green 106 ◦ blue 48

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

Shades of Reno Sand #B76A30

Tints of Reno Sand #B76A30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.24%

R = 54.3%
G = 31.45%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B76A30 (or 0xB76A30) is known color: Reno Sand. HEX triplet: B7, 6A and 30. RGB value is (183,106,48). Sum of RGB (Red+Green+Blue) = 183+106+48=337 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.30% from 337); Green value is 106 (41.80% from 255 or 31.45% from 337); Blue value is 48 (19.14% from 255 or 14.24% from 337); Max value from RGB is 183 - color contains mainly: red. Hex color #B76A30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76A30 is #4895CF. Grayscale: #7A7A7A. Windows color (decimal): -4756944 or 3173047. OLE color: 3173047.

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

Color convert

RGB 183 106 48 -
CMYK 0 0.42 0.74 0.28
HSL 25.78º 0.58% 0.45% -
HSV(B) 25.78º 0.74% 0.72% -
XYZ 25.22 20.59 5.44 -
YUV 122.41 86.01 171.22 -
System Red Green Blue C M Y K H S L
Decimal 183 106 48 0 0.42 0.74 0.28 25.78 0.58 0.45
Hex B7 6A 30 0 2A 4A 1C 1A 3A 2D
Octal 267 152 60 0 52 112 34 32 72 55
Binary 10110111 1101010 110000 0 101010 1001010 11100 11010 111010 101101

Color Harmonies of #B76A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76A30

Black with #B76A30

Text Example


Text Example

White with #B76A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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