#BBA23B

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

Shades of Brass #BBA23B

Tints of Brass #BBA23B

Color information

#BBA23B (or 0xBBA23B) is unknown color: approx Brass. HEX triplet: BB, A2 and 3B. RGB value is (187,162,59). Sum of RGB (Red+Green+Blue) = 187+162+59=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 162 (63.67% from 255 or 39.71% from 408); Blue value is 59 (23.44% from 255 or 14.46% from 408); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA23B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA23B is #445DC4. Grayscale: #9E9E9E. Windows color (decimal): -4480453 or 3908283. OLE color: 3908283.

HSL color Cylindrical-coordinate representation of color #BBA23B: hue angle of 48.28º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BBA23B is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB18716259-
CMYK00.130.680.27
HSL48.28º52.03%48.24%-
HSV(B)48.28º68.45%73.33%-
XYZ34.236.729.42-
YUV157.7372.28148.88-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.83%
GREEN value IS 162 (63.67% from 255) = 39.71%
BLUE value IS 59 (23.44% from 255) = 14.46%
R=45.83%
G=39.71%
B=14.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871625900.130.680.2748.2852.0348.24
HexBBA23B0D441B303430
Octal2732427301510433606460
Binary101110111010001011101101101100010011011110000110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA23B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA23B; }

 p { color: rgb(187,162,59); }

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

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

 a { background-color: rgb(187,162,59); }

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

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

 span { border-color: rgb(187,162,59); }

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