Html Css Color HEX #B7AA4D Brass

📋 copy color: '#B7AA4D'

red 183 ◦ green 170 ◦ blue 77

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

Shades of Brass #B7AA4D

Tints of Brass #B7AA4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 17.91%

R = 42.56%
G = 39.53%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#B7AA4D (or 0xB7AA4D) is known color: Brass. HEX triplet: B7, AA and 4D. RGB value is (183,170,77). Sum of RGB (Red+Green+Blue) = 183+170+77=430 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.56% from 430); Green value is 170 (66.80% from 255 or 39.53% from 430); Blue value is 77 (30.47% from 255 or 17.91% from 430); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AA4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AA4D is #4855B2. Grayscale: #A3A3A3. Windows color (decimal): -4740531 or 5089975. OLE color: 5089975.

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

Color convert

RGB 183 170 77 -
CMYK 0 0.07 0.58 0.28
HSL 52.64º 0.42% 0.51% -
HSV(B) 52.64º 0.58% 0.72% -
XYZ 35.24 39.35 12.76 -
YUV 163.29 79.31 142.06 -
System Red Green Blue C M Y K H S L
Decimal 183 170 77 0 0.07 0.58 0.28 52.64 0.42 0.51
Hex B7 AA 4D 0 7 3A 1C 35 2A 33
Octal 267 252 115 0 7 72 34 65 52 63
Binary 10110111 10101010 1001101 0 111 111010 11100 110101 101010 110011

Color Harmonies of #B7AA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AA4D

Black with #B7AA4D

Text Example


Text Example

White with #B7AA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AA4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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