#B2B14A

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

Shades of Brass #B2B14A

Tints of Brass #B2B14A

Color information

#B2B14A (or 0xB2B14A) is unknown color: approx Brass. HEX triplet: B2, B1 and 4A. RGB value is (178,177,74). Sum of RGB (Red+Green+Blue) = 178+177+74=429 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.49% from 429); Green value is 177 (69.53% from 255 or 41.26% from 429); Blue value is 74 (29.30% from 255 or 17.25% from 429); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B14A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2B14A is #4D4EB5. Grayscale: #A5A5A5. Windows color (decimal): -5066422 or 4895154. OLE color: 4895154.

HSL color Cylindrical-coordinate representation of color #B2B14A: hue angle of 59.42º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B2B14A is Cyan = 0, Magento = 0.01, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB17817774-
CMYK00.010.580.30
HSL59.42º41.27%49.41%-
HSV(B)59.42º58.43%69.8%-
XYZ35.3241.412.61-
YUV165.5676.33136.88-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.49%
GREEN value IS 177 (69.53% from 255) = 41.26%
BLUE value IS 74 (29.30% from 255) = 17.25%
R=41.49%
G=41.26%
B=17.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781777400.010.580.3059.4241.2749.41
HexB2B14A013A1E3b2931
Octal262261112017236735161
Binary101100101011000110010100111101011110111011101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B14A; }

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

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

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

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

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

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

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

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