Html Css Color HEX #B4A74A Brass

📋 copy color: '#B4A74A'

red 180 ◦ green 167 ◦ blue 74

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

Shades of Brass #B4A74A

Tints of Brass #B4A74A

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.67%

 BLUE value IS 74 (29.3% from 255) = 17.58%

R = 42.76%
G = 39.67%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B4A74A (or 0xB4A74A) is known color: Brass. HEX triplet: B4, A7 and 4A. RGB value is (180,167,74). Sum of RGB (Red+Green+Blue) = 180+167+74=421 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.76% from 421); Green value is 167 (65.62% from 255 or 39.67% from 421); Blue value is 74 (29.30% from 255 or 17.58% from 421); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A74A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A74A is #4B58B5. Grayscale: #A0A0A0. Windows color (decimal): -4937910 or 4892596. OLE color: 4892596.

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

Color convert

RGB 180 167 74 -
CMYK 0 0.07 0.59 0.29
HSL 52.64º 0.42% 0.5% -
HSV(B) 52.64º 0.59% 0.71% -
XYZ 33.88 37.84 12 -
YUV 160.29 79.31 142.06 -
System Red Green Blue C M Y K H S L
Decimal 180 167 74 0 0.07 0.59 0.29 52.64 0.42 0.5
Hex B4 A7 4A 0 7 3B 1D 35 2A 32
Octal 264 247 112 0 7 73 35 65 52 62
Binary 10110100 10100111 1001010 0 111 111011 11101 110101 101010 110010

Color Harmonies of #B4A74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A74A

Black with #B4A74A

Text Example


Text Example

White with #B4A74A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A74A; }

 p { color: rgb(180,167,74); }

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

background-color css

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

 a { background-color: rgb(180,167,74); }

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

border-color css

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

 span { border-color: rgb(180,167,74); }

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