#B7B14B

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

Shades of Brass #B7B14B

Tints of Brass #B7B14B

Color information

#B7B14B (or 0xB7B14B) is unknown color: approx Brass. HEX triplet: B7, B1 and 4B. RGB value is (183,177,75). Sum of RGB (Red+Green+Blue) = 183+177+75=435 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.07% from 435); Green value is 177 (69.53% from 255 or 40.69% from 435); Blue value is 75 (29.69% from 255 or 17.24% from 435); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B14B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7B14B is #484EB4. Grayscale: #A7A7A7. Windows color (decimal): -4738741 or 4960695. OLE color: 4960695.

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

Color convert

RGB18317775-
CMYK00.030.590.28
HSL56.67º42.86%50.59%-
HSV(B)56.67º59.02%71.76%-
XYZ36.5242.0212.84-
YUV167.1775.99139.29-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.07%
GREEN value IS 177 (69.53% from 255) = 40.69%
BLUE value IS 75 (29.69% from 255) = 17.24%
R=42.07%
G=40.69%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.59
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831777500.030.590.2856.6742.8650.59
HexB7B14B033B1C392b33
Octal267261113037334715363
Binary1011011110110001100101101111101111100111001101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B14B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B14B; }

 p { color: rgb(183,177,75); }

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

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

 a { background-color: rgb(183,177,75); }

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

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

 span { border-color: rgb(183,177,75); }

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