#B5B635

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

Shades of Brass #B5B635

Tints of Brass #B5B635

Color information

#B5B635 (or 0xB5B635) is unknown color: approx Brass. HEX triplet: B5, B6 and 35. RGB value is (181,182,53). Sum of RGB (Red+Green+Blue) = 181+182+53=416 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.51% from 416); Green value is 182 (71.48% from 255 or 43.75% from 416); Blue value is 53 (21.09% from 255 or 12.74% from 416); Max value from RGB is 182 - color contains mainly: green. Hex color #B5B635 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5B635 is #4A49CA. Grayscale: #A7A7A7. Windows color (decimal): -4868555 or 3520181. OLE color: 3520181.

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

Color convert

RGB18118253-
CMYK0.0100.710.29
HSL60.47º54.89%46.08%-
HSV(B)60.47º70.88%71.37%-
XYZ36.4343.549.85-
YUV166.9963.67137.99-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.51%
GREEN value IS 182 (71.48% from 255) = 43.75%
BLUE value IS 53 (21.09% from 255) = 12.74%
R=43.51%
G=43.75%
B=12.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181182530.0100.710.2960.4754.8946.08
HexB5B63510471D3c372e
Octal265266651010735746756
Binary101101011011011011010110100011111101111100110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B635; }

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

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

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

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

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

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

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

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