Html Css Color HEX #B7AA47 Brass

📋 copy color: '#B7AA47'

red 183 ◦ green 170 ◦ blue 71

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

Shades of Brass #B7AA47

Tints of Brass #B7AA47

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40.09%

 BLUE value IS 71 (28.13% from 255) = 16.75%

R = 43.16%
G = 40.09%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#B7AA47 (or 0xB7AA47) is known color: Brass. HEX triplet: B7, AA and 47. RGB value is (183,170,71). Sum of RGB (Red+Green+Blue) = 183+170+71=424 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.16% from 424); Green value is 170 (66.80% from 255 or 40.09% from 424); Blue value is 71 (28.12% from 255 or 16.75% from 424); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AA47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7AA47 is #4855B8. Grayscale: #A3A3A3. Windows color (decimal): -4740537 or 4696759. OLE color: 4696759.

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

Color convert

RGB 183 170 71 -
CMYK 0 0.07 0.61 0.28
HSL 53.04º 0.44% 0.5% -
HSV(B) 53.04º 0.61% 0.72% -
XYZ 35.04 39.27 11.69 -
YUV 162.6 76.31 142.55 -
System Red Green Blue C M Y K H S L
Decimal 183 170 71 0 0.07 0.61 0.28 53.04 0.44 0.5
Hex B7 AA 47 0 7 3D 1C 35 2C 32
Octal 267 252 107 0 7 75 34 65 54 62
Binary 10110111 10101010 1000111 0 111 111101 11100 110101 101100 110010

Color Harmonies of #B7AA47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AA47

Black with #B7AA47

Text Example


Text Example

White with #B7AA47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AA47; }

 p { color: rgb(183,170,71); }

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

background-color css

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

 a { background-color: rgb(183,170,71); }

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

border-color css

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

 span { border-color: rgb(183,170,71); }

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