Html Css Color HEX #B0AC4E Brass

📋 copy color: '#B0AC4E'

red 176 ◦ green 172 ◦ blue 78

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

Shades of Brass #B0AC4E

Tints of Brass #B0AC4E

RGB

 RED value IS 176 (69.14% from 255) = 41.31%

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

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

R = 41.31%
G = 40.38%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#B0AC4E (or 0xB0AC4E) is known color: Brass. HEX triplet: B0, AC and 4E. RGB value is (176,172,78). Sum of RGB (Red+Green+Blue) = 176+172+78=426 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.31% from 426); Green value is 172 (67.58% from 255 or 40.38% from 426); Blue value is 78 (30.86% from 255 or 18.31% from 426); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AC4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AC4E is #4F53B1. Grayscale: #A2A2A2. Windows color (decimal): -5198770 or 5156016. OLE color: 5156016.

HSL color Cylindrical-coordinate representation of color #B0AC4E: hue angle of 57.55º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B0AC4E is Cyan = 0, Magento = 0.02, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 172 78 -
CMYK 0 0.02 0.56 0.31
HSL 57.55º 0.39% 0.5% -
HSV(B) 57.55º 0.56% 0.69% -
XYZ 34.03 39.29 13 -
YUV 162.48 80.33 137.64 -
System Red Green Blue C M Y K H S L
Decimal 176 172 78 0 0.02 0.56 0.31 57.55 0.39 0.5
Hex B0 AC 4E 0 2 38 1F 3A 27 32
Octal 260 254 116 0 2 70 37 72 47 62
Binary 10110000 10101100 1001110 0 10 111000 11111 111010 100111 110010

Color Harmonies of #B0AC4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AC4E

Black with #B0AC4E

Text Example


Text Example

White with #B0AC4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AC4E; }

 p { color: rgb(176,172,78); }

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

background-color css

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

 a { background-color: rgb(176,172,78); }

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

border-color css

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

 span { border-color: rgb(176,172,78); }

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