#BBB435

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

Shades of Brass #BBB435

Tints of Brass #BBB435

Color information

#BBB435 (or 0xBBB435) is unknown color: approx Brass. HEX triplet: BB, B4 and 35. RGB value is (187,180,53). Sum of RGB (Red+Green+Blue) = 187+180+53=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 180 (70.70% from 255 or 42.86% from 420); Blue value is 53 (21.09% from 255 or 12.62% from 420); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB435 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB435 is #444BCA. Grayscale: #A8A8A8. Windows color (decimal): -4475851 or 3519675. OLE color: 3519675.

HSL color Cylindrical-coordinate representation of color #BBB435: hue angle of 56.87º 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 #BBB435 is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB18718053-
CMYK00.040.720.27
HSL56.87º55.83%47.06%-
HSV(B)56.87º71.66%73.33%-
XYZ37.4643.469.78-
YUV167.6163.32141.83-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.52%
GREEN value IS 180 (70.70% from 255) = 42.86%
BLUE value IS 53 (21.09% from 255) = 12.62%
R=44.52%
G=42.86%
B=12.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871805300.040.720.2756.8755.8347.06
HexBBB43504481B39382f
Octal273264650411033717057
Binary10111011101101001101010100100100011011111001111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB435; }

 p { color: rgb(187,180,53); }

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

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

 a { background-color: rgb(187,180,53); }

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

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

 span { border-color: rgb(187,180,53); }

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