#BBB63E

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

Shades of Brass #BBB63E

Tints of Brass #BBB63E

Color information

#BBB63E (or 0xBBB63E) is unknown color: approx Brass. HEX triplet: BB, B6 and 3E. RGB value is (187,182,62). Sum of RGB (Red+Green+Blue) = 187+182+62=431 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.39% from 431); Green value is 182 (71.48% from 255 or 42.23% from 431); Blue value is 62 (24.61% from 255 or 14.39% from 431); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB63E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB63E is #4449C1. Grayscale: #AAAAAA. Windows color (decimal): -4475330 or 4110011. OLE color: 4110011.

HSL color Cylindrical-coordinate representation of color #BBB63E: hue angle of 57.6º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BBB63E is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB18718262-
CMYK00.030.670.27
HSL57.6º50.2%48.82%-
HSV(B)57.6º66.84%73.33%-
XYZ38.0944.3711.11-
YUV169.8267.16140.26-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.39%
GREEN value IS 182 (71.48% from 255) = 42.23%
BLUE value IS 62 (24.61% from 255) = 14.39%
R=43.39%
G=42.23%
B=14.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871826200.030.670.2757.650.248.82
HexBBB63E03431B3a3231
Octal273266760310333726261
Binary1011101110110110111110011100001111011111010110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB63E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB63E; }

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

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

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

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

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

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

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

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