#BFAB38

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

Shades of Brass #BFAB38

Tints of Brass #BFAB38

Color information

#BFAB38 (or 0xBFAB38) is unknown color: approx Brass. HEX triplet: BF, AB and 38. RGB value is (191,171,56). Sum of RGB (Red+Green+Blue) = 191+171+56=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 171 (67.19% from 255 or 40.91% from 418); Blue value is 56 (22.27% from 255 or 13.40% from 418); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFAB38 is #4054C7. Grayscale: #A4A4A4. Windows color (decimal): -4216008 or 3713983. OLE color: 3713983.

HSL color Cylindrical-coordinate representation of color #BFAB38: hue angle of 51.11º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BFAB38 is Cyan = 0, Magento = 0.10, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB19117156-
CMYK00.100.710.25
HSL51.11º54.66%48.43%-
HSV(B)51.11º70.68%74.9%-
XYZ36.7640.499.62-
YUV163.8767.13147.35-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.69%
GREEN value IS 171 (67.19% from 255) = 40.91%
BLUE value IS 56 (22.27% from 255) = 13.40%
R=45.69%
G=40.91%
B=13.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911715600.100.710.2551.1154.6648.43
HexBFAB380A4719333730
Octal2772537001210731636760
Binary101111111010101111100001010100011111001110011110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAB38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAB38; }

 p { color: rgb(191,171,56); }

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

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

 a { background-color: rgb(191,171,56); }

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

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

 span { border-color: rgb(191,171,56); }

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