#B1A23B

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

Shades of Brass #B1A23B

Tints of Brass #B1A23B

Color information

#B1A23B (or 0xB1A23B) is unknown color: approx Brass. HEX triplet: B1, A2 and 3B. RGB value is (177,162,59). Sum of RGB (Red+Green+Blue) = 177+162+59=398 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.47% from 398); Green value is 162 (63.67% from 255 or 40.70% from 398); Blue value is 59 (23.44% from 255 or 14.82% from 398); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A23B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A23B is #4E5DC4. Grayscale: #9B9B9B. Windows color (decimal): -5135813 or 3908273. OLE color: 3908273.

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

Color convert

RGB17716259-
CMYK00.080.670.31
HSL52.37º50%46.27%-
HSV(B)52.37º66.67%69.41%-
XYZ31.8435.59.31-
YUV154.7473.97143.88-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.47%
GREEN value IS 162 (63.67% from 255) = 40.70%
BLUE value IS 59 (23.44% from 255) = 14.82%
R=44.47%
G=40.70%
B=14.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771625900.080.670.3152.375046.27
HexB1A23B08431F34322e
Octal2612427301010337646256
Binary101100011010001011101101000100001111111110100110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A23B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A23B; }

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

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

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

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

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

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

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

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