#BBB634

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

Shades of Brass #BBB634

Tints of Brass #BBB634

Color information

#BBB634 (or 0xBBB634) is unknown color: approx Brass. HEX triplet: BB, B6 and 34. RGB value is (187,182,52). Sum of RGB (Red+Green+Blue) = 187+182+52=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 182 (71.48% from 255 or 43.23% from 421); Blue value is 52 (20.70% from 255 or 12.35% from 421); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB634 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB634 is #4449CB. Grayscale: #A9A9A9. Windows color (decimal): -4475340 or 3454651. OLE color: 3454651.

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

Color convert

RGB18718252-
CMYK00.030.720.27
HSL57.78º56.49%46.86%-
HSV(B)57.78º72.19%73.33%-
XYZ37.8444.279.8-
YUV168.6862.16141.07-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.42%
GREEN value IS 182 (71.48% from 255) = 43.23%
BLUE value IS 52 (20.70% from 255) = 12.35%
R=44.42%
G=43.23%
B=12.35%

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
Decimal1871825200.030.720.2757.7856.4946.86
HexBBB63403481B3a382f
Octal273266640311033727057
Binary1011101110110110110100011100100011011111010111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB634; }

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

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

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

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

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

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

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

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