#B8B13A

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

Shades of Brass #B8B13A

Tints of Brass #B8B13A

Color information

#B8B13A (or 0xB8B13A) is unknown color: approx Brass. HEX triplet: B8, B1 and 3A. RGB value is (184,177,58). Sum of RGB (Red+Green+Blue) = 184+177+58=419 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.91% from 419); Green value is 177 (69.53% from 255 or 42.24% from 419); Blue value is 58 (23.05% from 255 or 13.84% from 419); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B13A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8B13A is #474EC5. Grayscale: #A6A6A6. Windows color (decimal): -4673222 or 3846584. OLE color: 3846584.

HSL color Cylindrical-coordinate representation of color #B8B13A: hue angle of 56.67º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B8B13A is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.28.

Color convert

RGB18417758-
CMYK00.040.680.28
HSL56.67º52.07%47.45%-
HSV(B)56.67º68.48%72.16%-
XYZ36.2541.9410.19-
YUV165.5367.32141.18-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.91%
GREEN value IS 177 (69.53% from 255) = 42.24%
BLUE value IS 58 (23.05% from 255) = 13.84%
R=43.91%
G=42.24%
B=13.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.68
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841775800.040.680.2856.6752.0747.45
HexB8B13A04441C39342f
Octal270261720410434716457
Binary10111000101100011110100100100010011100111001110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B13A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B13A; }

 p { color: rgb(184,177,58); }

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

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

 a { background-color: rgb(184,177,58); }

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

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

 span { border-color: rgb(184,177,58); }

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