#B8B041

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

Shades of Brass #B8B041

Tints of Brass #B8B041

Color information

#B8B041 (or 0xB8B041) is unknown color: approx Brass. HEX triplet: B8, B0 and 41. RGB value is (184,176,65). Sum of RGB (Red+Green+Blue) = 184+176+65=425 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.29% from 425); Green value is 176 (69.14% from 255 or 41.41% from 425); Blue value is 65 (25.78% from 255 or 15.29% from 425); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B041 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8B041 is #474FBE. Grayscale: #A6A6A6. Windows color (decimal): -4673471 or 4305080. OLE color: 4305080.

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

Color convert

RGB18417665-
CMYK00.040.650.28
HSL55.97º47.79%48.82%-
HSV(B)55.97º64.67%72.16%-
XYZ36.2541.6211.12-
YUV165.7471.15141.03-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.29%
GREEN value IS 176 (69.14% from 255) = 41.41%
BLUE value IS 65 (25.78% from 255) = 15.29%
R=43.29%
G=41.41%
B=15.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.65
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841766500.040.650.2855.9747.7948.82
HexB8B04104411C383031
Octal2702601010410134706061
Binary101110001011000010000010100100000111100111000110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B041; }

 p { color: rgb(184,176,65); }

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

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

 a { background-color: rgb(184,176,65); }

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

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

 span { border-color: rgb(184,176,65); }

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