#BBB038

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

Shades of Brass #BBB038

Tints of Brass #BBB038

Color information

#BBB038 (or 0xBBB038) is unknown color: approx Brass. HEX triplet: BB, B0 and 38. RGB value is (187,176,56). Sum of RGB (Red+Green+Blue) = 187+176+56=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 176 (69.14% from 255 or 42.00% from 419); Blue value is 56 (22.27% from 255 or 13.37% from 419); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB038 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBB038 is #444FC7. Grayscale: #A6A6A6. Windows color (decimal): -4476872 or 3715259. OLE color: 3715259.

HSL color Cylindrical-coordinate representation of color #BBB038: hue angle of 54.96º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BBB038 is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB18717656-
CMYK00.060.700.27
HSL54.96º53.91%47.65%-
HSV(B)54.96º70.05%73.33%-
XYZ36.7341.99.89-
YUV165.6166.14143.26-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.63%
GREEN value IS 176 (69.14% from 255) = 42.00%
BLUE value IS 56 (22.27% from 255) = 13.37%
R=44.63%
G=42.00%
B=13.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871765600.060.700.2754.9653.9147.65
HexBBB03806461B373630
Octal273260700610633676660
Binary10111011101100001110000110100011011011110111110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB038; }

 p { color: rgb(187,176,56); }

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

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

 a { background-color: rgb(187,176,56); }

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

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

 span { border-color: rgb(187,176,56); }

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