Html Css Color HEX #B4AC40 Brass

📋 copy color: '#B4AC40'

red 180 ◦ green 172 ◦ blue 64

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

Shades of Brass #B4AC40

Tints of Brass #B4AC40

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.35%

 BLUE value IS 64 (25.39% from 255) = 15.38%

R = 43.27%
G = 41.35%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B4AC40 (or 0xB4AC40) is known color: Brass. HEX triplet: B4, AC and 40. RGB value is (180,172,64). Sum of RGB (Red+Green+Blue) = 180+172+64=416 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.27% from 416); Green value is 172 (67.58% from 255 or 41.35% from 416); Blue value is 64 (25.39% from 255 or 15.38% from 416); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AC40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4AC40 is #4B53BF. Grayscale: #A2A2A2. Windows color (decimal): -4936640 or 4238516. OLE color: 4238516.

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

Color convert

RGB 180 172 64 -
CMYK 0 0.04 0.64 0.29
HSL 55.86º 0.48% 0.48% -
HSV(B) 55.86º 0.64% 0.71% -
XYZ 34.5 39.58 10.67 -
YUV 162.08 72.65 140.78 -
System Red Green Blue C M Y K H S L
Decimal 180 172 64 0 0.04 0.64 0.29 55.86 0.48 0.48
Hex B4 AC 40 0 4 40 1D 38 30 30
Octal 264 254 100 0 4 100 35 70 60 60
Binary 10110100 10101100 1000000 0 100 1000000 11101 111000 110000 110000

Color Harmonies of #B4AC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4AC40

Black with #B4AC40

Text Example


Text Example

White with #B4AC40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4AC40; }

 p { color: rgb(180,172,64); }

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

background-color css

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

 a { background-color: rgb(180,172,64); }

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

border-color css

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

 span { border-color: rgb(180,172,64); }

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