#BBB63C

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

Shades of Brass #BBB63C

Tints of Brass #BBB63C

Color information

#BBB63C (or 0xBBB63C) is unknown color: approx Brass. HEX triplet: BB, B6 and 3C. RGB value is (187,182,60). Sum of RGB (Red+Green+Blue) = 187+182+60=429 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.59% from 429); Green value is 182 (71.48% from 255 or 42.42% from 429); Blue value is 60 (23.83% from 255 or 13.99% from 429); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB63C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB63C is #4449C3. Grayscale: #AAAAAA. Windows color (decimal): -4475332 or 3978939. OLE color: 3978939.

HSL color Cylindrical-coordinate representation of color #BBB63C: hue angle of 57.64º degrees, saturation: 0.51, 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 #BBB63C is Cyan = 0, Magento = 0.03, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB18718260-
CMYK00.030.680.27
HSL57.64º51.42%48.43%-
HSV(B)57.64º67.91%73.33%-
XYZ38.0444.3510.83-
YUV169.5966.16140.42-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.59%
GREEN value IS 182 (71.48% from 255) = 42.42%
BLUE value IS 60 (23.83% from 255) = 13.99%
R=43.59%
G=42.42%
B=13.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871826000.030.680.2757.6451.4248.43
HexBBB63C03441B3a3330
Octal273266740310433726360
Binary1011101110110110111100011100010011011111010110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB63C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB63C; }

 p { color: rgb(187,182,60); }

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

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

 a { background-color: rgb(187,182,60); }

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

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

 span { border-color: rgb(187,182,60); }

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