#BBB335

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

Shades of Brass #BBB335

Tints of Brass #BBB335

Color information

#BBB335 (or 0xBBB335) is unknown color: approx Brass. HEX triplet: BB, B3 and 35. RGB value is (187,179,53). Sum of RGB (Red+Green+Blue) = 187+179+53=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 179 (70.31% from 255 or 42.72% from 419); Blue value is 53 (21.09% from 255 or 12.65% from 419); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB335 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB335 is #444CCA. Grayscale: #A7A7A7. Windows color (decimal): -4476107 or 3519419. OLE color: 3519419.

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

Color convert

RGB18717953-
CMYK00.040.720.27
HSL56.42º55.83%47.06%-
HSV(B)56.42º71.66%73.33%-
XYZ37.2643.069.72-
YUV167.0363.65142.25-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.63%
GREEN value IS 179 (70.31% from 255) = 42.72%
BLUE value IS 53 (21.09% from 255) = 12.65%
R=44.63%
G=42.72%
B=12.65%

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
Decimal1871795300.040.720.2756.4255.8347.06
HexBBB33504481B38382f
Octal273263650411033707057
Binary10111011101100111101010100100100011011111000111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB335; }

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

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

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

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

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

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

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

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