#B6B433

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

Shades of Brass #B6B433

Tints of Brass #B6B433

Color information

#B6B433 (or 0xB6B433) is unknown color: approx Brass. HEX triplet: B6, B4 and 33. RGB value is (182,180,51). Sum of RGB (Red+Green+Blue) = 182+180+51=413 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.07% from 413); Green value is 180 (70.70% from 255 or 43.58% from 413); Blue value is 51 (20.31% from 255 or 12.35% from 413); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B433 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6B433 is #494BCC. Grayscale: #A6A6A6. Windows color (decimal): -4803533 or 3388598. OLE color: 3388598.

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

Color convert

RGB18218051-
CMYK00.010.720.29
HSL59.08º56.22%45.69%-
HSV(B)59.08º71.98%71.37%-
XYZ36.2142.839.49-
YUV165.8963.16139.49-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.07%
GREEN value IS 180 (70.70% from 255) = 43.58%
BLUE value IS 51 (20.31% from 255) = 12.35%
R=44.07%
G=43.58%
B=12.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821805100.010.720.2959.0856.2245.69
HexB6B43301481D3b382e
Octal266264630111035737056
Binary101101101011010011001101100100011101111011111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B433; }

 p { color: rgb(182,180,51); }

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

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

 a { background-color: rgb(182,180,51); }

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

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

 span { border-color: rgb(182,180,51); }

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