#BBB14A

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

Shades of Brass #BBB14A

Tints of Brass #BBB14A

Color information

#BBB14A (or 0xBBB14A) is unknown color: approx Brass. HEX triplet: BB, B1 and 4A. RGB value is (187,177,74). Sum of RGB (Red+Green+Blue) = 187+177+74=438 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.69% from 438); Green value is 177 (69.53% from 255 or 40.41% from 438); Blue value is 74 (29.30% from 255 or 16.89% from 438); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB14A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBB14A is #444EB5. Grayscale: #A8A8A8. Windows color (decimal): -4476598 or 4895163. OLE color: 4895163.

HSL color Cylindrical-coordinate representation of color #BBB14A: hue angle of 54.69º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BBB14A is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB18717774-
CMYK00.050.600.27
HSL54.69º45.38%51.18%-
HSV(B)54.69º60.43%73.33%-
XYZ37.4542.512.71-
YUV168.2574.81141.38-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.69%
GREEN value IS 177 (69.53% from 255) = 40.41%
BLUE value IS 74 (29.30% from 255) = 16.89%
R=42.69%
G=40.41%
B=16.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871777400.050.600.2754.6945.3851.18
HexBBB14A053C1B372d33
Octal273261112057433675563
Binary10111011101100011001010010111110011011110111101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB14A; }

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

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

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

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

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

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

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

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