#B2B635

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

Shades of Brass #B2B635

Tints of Brass #B2B635

Color information

#B2B635 (or 0xB2B635) is unknown color: approx Brass. HEX triplet: B2, B6 and 35. RGB value is (178,182,53). Sum of RGB (Red+Green+Blue) = 178+182+53=413 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.10% from 413); Green value is 182 (71.48% from 255 or 44.07% from 413); Blue value is 53 (21.09% from 255 or 12.83% from 413); Max value from RGB is 182 - color contains mainly: green. Hex color #B2B635 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B635 is #4D49CA. Grayscale: #A6A6A6. Windows color (decimal): -5065163 or 3520178. OLE color: 3520178.

HSL color Cylindrical-coordinate representation of color #B2B635: hue angle of 61.86º 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 #B2B635 is Cyan = 0.02, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB17818253-
CMYK0.0200.710.29
HSL61.86º54.89%46.08%-
HSV(B)61.86º70.88%71.37%-
XYZ35.7343.189.82-
YUV166.164.17136.49-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.10%
GREEN value IS 182 (71.48% from 255) = 44.07%
BLUE value IS 53 (21.09% from 255) = 12.83%
R=43.10%
G=44.07%
B=12.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal178182530.0200.710.2961.8654.8946.08
HexB2B63520471D3e372e
Octal262266652010735766756
Binary1011001010110110110101100100011111101111110110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B635; }

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

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

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

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

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

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

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

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