Html Css Color HEX #B4A54E Brass

📋 copy color: '#B4A54E'

red 180 ◦ green 165 ◦ blue 78

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

Shades of Brass #B4A54E

Tints of Brass #B4A54E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.01%

 BLUE value IS 78 (30.86% from 255) = 18.44%

R = 42.55%
G = 39.01%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#B4A54E (or 0xB4A54E) is known color: Brass. HEX triplet: B4, A5 and 4E. RGB value is (180,165,78). Sum of RGB (Red+Green+Blue) = 180+165+78=423 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.55% from 423); Green value is 165 (64.84% from 255 or 39.01% from 423); Blue value is 78 (30.86% from 255 or 18.44% from 423); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A54E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A54E is #4B5AB1. Grayscale: #9F9F9F. Windows color (decimal): -4938418 or 5154228. OLE color: 5154228.

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

Color convert

RGB 180 165 78 -
CMYK 0 0.08 0.57 0.29
HSL 51.18º 0.4% 0.51% -
HSV(B) 51.18º 0.57% 0.71% -
XYZ 33.65 37.16 12.61 -
YUV 159.57 81.97 142.57 -
System Red Green Blue C M Y K H S L
Decimal 180 165 78 0 0.08 0.57 0.29 51.18 0.4 0.51
Hex B4 A5 4E 0 8 39 1D 33 28 33
Octal 264 245 116 0 10 71 35 63 50 63
Binary 10110100 10100101 1001110 0 1000 111001 11101 110011 101000 110011

Color Harmonies of #B4A54E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A54E

Black with #B4A54E

Text Example


Text Example

White with #B4A54E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A54E; }

 p { color: rgb(180,165,78); }

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

background-color css

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

 a { background-color: rgb(180,165,78); }

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

border-color css

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

 span { border-color: rgb(180,165,78); }

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