#B1B635

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

Shades of Brass #B1B635

Tints of Brass #B1B635

Color information

#B1B635 (or 0xB1B635) is unknown color: approx Brass. HEX triplet: B1, B6 and 35. RGB value is (177,182,53). Sum of RGB (Red+Green+Blue) = 177+182+53=412 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.96% from 412); Green value is 182 (71.48% from 255 or 44.17% from 412); Blue value is 53 (21.09% from 255 or 12.86% from 412); Max value from RGB is 182 - color contains mainly: green. Hex color #B1B635 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1B635 is #4E49CA. Grayscale: #A6A6A6. Windows color (decimal): -5130699 or 3520177. OLE color: 3520177.

HSL color Cylindrical-coordinate representation of color #B1B635: hue angle of 62.33º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B1B635 is Cyan = 0.03, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB17718253-
CMYK0.0300.710.29
HSL62.33º54.89%46.08%-
HSV(B)62.33º70.88%71.37%-
XYZ35.543.069.81-
YUV165.864.34135.99-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.96%
GREEN value IS 182 (71.48% from 255) = 44.17%
BLUE value IS 53 (21.09% from 255) = 12.86%
R=42.96%
G=44.17%
B=12.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal177182530.0300.710.2962.3354.8946.08
HexB1B63530471D3e372e
Octal261266653010735766756
Binary1011000110110110110101110100011111101111110110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B635; }

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

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

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

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

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

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

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

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