#B8B24A

Color #B8B24A Brass (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brass #B8B24A

Tints of Brass #B8B24A

Color information

#B8B24A (or 0xB8B24A) is unknown color: approx Brass. HEX triplet: B8, B2 and 4A. RGB value is (184,178,74). Sum of RGB (Red+Green+Blue) = 184+178+74=436 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.20% from 436); Green value is 178 (69.92% from 255 or 40.83% from 436); Blue value is 74 (29.30% from 255 or 16.97% from 436); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B24A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8B24A is #474DB5. Grayscale: #A8A8A8. Windows color (decimal): -4672950 or 4895416. OLE color: 4895416.

HSL color Cylindrical-coordinate representation of color #B8B24A: hue angle of 56.73º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B8B24A is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB18417874-
CMYK00.030.600.28
HSL56.73º43.65%50.59%-
HSV(B)56.73º59.78%72.16%-
XYZ36.9242.5312.74-
YUV167.9474.99139.46-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.20%
GREEN value IS 178 (69.92% from 255) = 40.83%
BLUE value IS 74 (29.30% from 255) = 16.97%
R=42.20%
G=40.83%
B=16.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841787400.030.600.2856.7343.6550.59
HexB8B24A033C1C392c33
Octal270262112037434715463
Binary1011100010110010100101001111110011100111001101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B24A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B24A; }

 p { color: rgb(184,178,74); }

 H1.HeaderClassName
 {
   color: #B8B24A;
 }
 .AnyTagClassName
 {
   color: #B8B24A;
 }
</style>
background-color css

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

 a { background-color: rgb(184,178,74); }

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

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

 span { border-color: rgb(184,178,74); }

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