#B9B635

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

Shades of Brass #B9B635

Tints of Brass #B9B635

Color information

#B9B635 (or 0xB9B635) is unknown color: approx Brass. HEX triplet: B9, B6 and 35. RGB value is (185,182,53). Sum of RGB (Red+Green+Blue) = 185+182+53=420 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.05% from 420); Green value is 182 (71.48% from 255 or 43.33% from 420); Blue value is 53 (21.09% from 255 or 12.62% from 420); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B635 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9B635 is #4649CA. Grayscale: #A8A8A8. Windows color (decimal): -4606411 or 3520185. OLE color: 3520185.

HSL color Cylindrical-coordinate representation of color #B9B635: hue angle of 58.64º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B9B635 is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.27.

Color convert

RGB18518253-
CMYK00.020.710.27
HSL58.64º55.46%46.67%-
HSV(B)58.64º71.35%72.55%-
XYZ37.3844.039.9-
YUV168.1962.99139.99-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.05%
GREEN value IS 182 (71.48% from 255) = 43.33%
BLUE value IS 53 (21.09% from 255) = 12.62%
R=44.05%
G=43.33%
B=12.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851825300.020.710.2758.6455.4646.67
HexB9B63502471B3b372f
Octal271266650210733736757
Binary1011100110110110110101010100011111011111011110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B635; }

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

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

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

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

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

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

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

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