#B0A23B

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

Shades of Brass #B0A23B

Tints of Brass #B0A23B

Color information

#B0A23B (or 0xB0A23B) is unknown color: approx Brass. HEX triplet: B0, A2 and 3B. RGB value is (176,162,59). Sum of RGB (Red+Green+Blue) = 176+162+59=397 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.33% from 397); Green value is 162 (63.67% from 255 or 40.81% from 397); Blue value is 59 (23.44% from 255 or 14.86% from 397); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A23B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A23B is #4F5DC4. Grayscale: #9A9A9A. Windows color (decimal): -5201349 or 3908272. OLE color: 3908272.

HSL color Cylindrical-coordinate representation of color #B0A23B: hue angle of 52.82º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B0A23B is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB17616259-
CMYK00.080.660.31
HSL52.82º49.79%46.08%-
HSV(B)52.82º66.48%69.02%-
XYZ31.6135.399.3-
YUV154.4474.14143.38-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.33%
GREEN value IS 162 (63.67% from 255) = 40.81%
BLUE value IS 59 (23.44% from 255) = 14.86%
R=44.33%
G=40.81%
B=14.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761625900.080.660.3152.8249.7946.08
HexB0A23B08421F35322e
Octal2602427301010237656256
Binary101100001010001011101101000100001011111110101110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A23B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A23B; }

 p { color: rgb(176,162,59); }

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

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

 a { background-color: rgb(176,162,59); }

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

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

 span { border-color: rgb(176,162,59); }

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