#B9B23D

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

Shades of Brass #B9B23D

Tints of Brass #B9B23D

Color information

#B9B23D (or 0xB9B23D) is unknown color: approx Brass. HEX triplet: B9, B2 and 3D. RGB value is (185,178,61). Sum of RGB (Red+Green+Blue) = 185+178+61=424 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.63% from 424); Green value is 178 (69.92% from 255 or 41.98% from 424); Blue value is 61 (24.22% from 255 or 14.39% from 424); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B23D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9B23D is #464DC2. Grayscale: #A7A7A7. Windows color (decimal): -4607427 or 4043449. OLE color: 4043449.

HSL color Cylindrical-coordinate representation of color #B9B23D: hue angle of 56.61º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B9B23D is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB18517861-
CMYK00.040.670.27
HSL56.61º50.41%48.24%-
HSV(B)56.61º67.03%72.55%-
XYZ36.7742.4910.68-
YUV166.7668.32141.01-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.63%
GREEN value IS 178 (69.92% from 255) = 41.98%
BLUE value IS 61 (24.22% from 255) = 14.39%
R=43.63%
G=41.98%
B=14.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851786100.040.670.2756.6150.4148.24
HexB9B23D04431B393230
Octal271262750410333716260
Binary10111001101100101111010100100001111011111001110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B23D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B23D; }

 p { color: rgb(185,178,61); }

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

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

 a { background-color: rgb(185,178,61); }

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

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

 span { border-color: rgb(185,178,61); }

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