Html Css Color HEX #B4AD4D Brass

📋 copy color: '#B4AD4D'

red 180 ◦ green 173 ◦ blue 77

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

Shades of Brass #B4AD4D

Tints of Brass #B4AD4D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.23%

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

R = 41.86%
G = 40.23%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#B4AD4D (or 0xB4AD4D) is known color: Brass. HEX triplet: B4, AD and 4D. RGB value is (180,173,77). Sum of RGB (Red+Green+Blue) = 180+173+77=430 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.86% from 430); Green value is 173 (67.97% from 255 or 40.23% from 430); Blue value is 77 (30.47% from 255 or 17.91% from 430); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AD4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AD4D is #4B52B2. Grayscale: #A4A4A4. Windows color (decimal): -4936371 or 5090740. OLE color: 5090740.

HSL color Cylindrical-coordinate representation of color #B4AD4D: hue angle of 55.92º 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 #B4AD4D is Cyan = 0, Magento = 0.04, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 173 77 -
CMYK 0 0.04 0.57 0.29
HSL 55.92º 0.41% 0.5% -
HSV(B) 55.92º 0.57% 0.71% -
XYZ 35.11 40.13 12.92 -
YUV 164.15 78.82 139.31 -
System Red Green Blue C M Y K H S L
Decimal 180 173 77 0 0.04 0.57 0.29 55.92 0.41 0.5
Hex B4 AD 4D 0 4 39 1D 38 29 32
Octal 264 255 115 0 4 71 35 70 51 62
Binary 10110100 10101101 1001101 0 100 111001 11101 111000 101001 110010

Color Harmonies of #B4AD4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4AD4D

Black with #B4AD4D

Text Example


Text Example

White with #B4AD4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4AD4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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