#BBAD34

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

Shades of Brass #BBAD34

Tints of Brass #BBAD34

Color information

#BBAD34 (or 0xBBAD34) is unknown color: approx Brass. HEX triplet: BB, AD and 34. RGB value is (187,173,52). Sum of RGB (Red+Green+Blue) = 187+173+52=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 173 (67.97% from 255 or 41.99% from 412); Blue value is 52 (20.70% from 255 or 12.62% from 412); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAD34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAD34 is #4452CB. Grayscale: #A3A3A3. Windows color (decimal): -4477644 or 3452347. OLE color: 3452347.

HSL color Cylindrical-coordinate representation of color #BBAD34: hue angle of 53.78º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BBAD34 is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB18717352-
CMYK00.070.720.27
HSL53.78º56.49%46.86%-
HSV(B)53.78º72.19%73.33%-
XYZ36.0640.79.2-
YUV163.3965.14144.84-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.39%
GREEN value IS 173 (67.97% from 255) = 41.99%
BLUE value IS 52 (20.70% from 255) = 12.62%
R=45.39%
G=41.99%
B=12.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871735200.070.720.2753.7856.4946.86
HexBBAD3407481B36382f
Octal273255640711033667057
Binary10111011101011011101000111100100011011110110111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAD34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAD34; }

 p { color: rgb(187,173,52); }

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

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

 a { background-color: rgb(187,173,52); }

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

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

 span { border-color: rgb(187,173,52); }

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