#BBB635

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

Shades of Brass #BBB635

Tints of Brass #BBB635

Color information

#BBB635 (or 0xBBB635) is unknown color: approx Brass. HEX triplet: BB, B6 and 35. RGB value is (187,182,53). Sum of RGB (Red+Green+Blue) = 187+182+53=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 182 (71.48% from 255 or 43.13% from 422); Blue value is 53 (21.09% from 255 or 12.56% from 422); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB635 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB635 is #4449CA. Grayscale: #A9A9A9. Windows color (decimal): -4475339 or 3520187. OLE color: 3520187.

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

Color convert

RGB18718253-
CMYK00.030.720.27
HSL57.76º55.83%47.06%-
HSV(B)57.76º71.66%73.33%-
XYZ37.8644.289.92-
YUV168.7962.66140.99-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.31%
GREEN value IS 182 (71.48% from 255) = 43.13%
BLUE value IS 53 (21.09% from 255) = 12.56%
R=44.31%
G=43.13%
B=12.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871825300.030.720.2757.7655.8347.06
HexBBB63503481B3a382f
Octal273266650311033727057
Binary1011101110110110110101011100100011011111010111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB635; }

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

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

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

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

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

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

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

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