Html Css Color HEX #B4AD4C Brass

📋 copy color: '#B4AD4C'

red 180 ◦ green 173 ◦ blue 76

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

Shades of Brass #B4AD4C

Tints of Brass #B4AD4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 17.72%

R = 41.96%
G = 40.33%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#B4AD4C (or 0xB4AD4C) is known color: Brass. HEX triplet: B4, AD and 4C. RGB value is (180,173,76). Sum of RGB (Red+Green+Blue) = 180+173+76=429 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.96% from 429); Green value is 173 (67.97% from 255 or 40.33% from 429); Blue value is 76 (30.08% from 255 or 17.72% from 429); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AD4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4AD4C is #4B52B3. Grayscale: #A4A4A4. Windows color (decimal): -4936372 or 5025204. OLE color: 5025204.

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

Color convert

RGB 180 173 76 -
CMYK 0 0.04 0.58 0.29
HSL 55.96º 0.41% 0.5% -
HSV(B) 55.96º 0.58% 0.71% -
XYZ 35.07 40.11 12.73 -
YUV 164.04 78.32 139.39 -
System Red Green Blue C M Y K H S L
Decimal 180 173 76 0 0.04 0.58 0.29 55.96 0.41 0.5
Hex B4 AD 4C 0 4 3A 1D 38 29 32
Octal 264 255 114 0 4 72 35 70 51 62
Binary 10110100 10101101 1001100 0 100 111010 11101 111000 101001 110010

Color Harmonies of #B4AD4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4AD4C

Black with #B4AD4C

Text Example


Text Example

White with #B4AD4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4AD4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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