Html Css Color HEX #B4AA4D Brass

📋 copy color: '#B4AA4D'

red 180 ◦ green 170 ◦ blue 77

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

Shades of Brass #B4AA4D

Tints of Brass #B4AA4D

RGB

 RED value IS 180 (70.7% from 255) = 42.15%

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

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

R = 42.15%
G = 39.81%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#B4AA4D (or 0xB4AA4D) is known color: Brass. HEX triplet: B4, AA and 4D. RGB value is (180,170,77). Sum of RGB (Red+Green+Blue) = 180+170+77=427 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.15% from 427); Green value is 170 (66.80% from 255 or 39.81% from 427); Blue value is 77 (30.47% from 255 or 18.03% from 427); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AA4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AA4D is #4B55B2. Grayscale: #A2A2A2. Windows color (decimal): -4937139 or 5089972. OLE color: 5089972.

HSL color Cylindrical-coordinate representation of color #B4AA4D: hue angle of 54.17º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B4AA4D is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 170 77 -
CMYK 0 0.06 0.57 0.29
HSL 54.17º 0.41% 0.5% -
HSV(B) 54.17º 0.57% 0.71% -
XYZ 34.54 38.99 12.73 -
YUV 162.39 79.81 140.56 -
System Red Green Blue C M Y K H S L
Decimal 180 170 77 0 0.06 0.57 0.29 54.17 0.41 0.5
Hex B4 AA 4D 0 6 39 1D 36 29 32
Octal 264 252 115 0 6 71 35 66 51 62
Binary 10110100 10101010 1001101 0 110 111001 11101 110110 101001 110010

Color Harmonies of #B4AA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4AA4D

Black with #B4AA4D

Text Example


Text Example

White with #B4AA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4AA4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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