Html Css Color HEX #B0AC3F Brass

📋 copy color: '#B0AC3F'

red 176 ◦ green 172 ◦ blue 63

#B0AC3F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brass #B0AC3F

Tints of Brass #B0AC3F

RGB

 RED value IS 176 (69.14% from 255) = 42.82%

 GREEN value IS 172 (67.58% from 255) = 41.85%

 BLUE value IS 63 (25% from 255) = 15.33%

R = 42.82%
G = 41.85%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B0AC3F (or 0xB0AC3F) is known color: Brass. HEX triplet: B0, AC and 3F. RGB value is (176,172,63). Sum of RGB (Red+Green+Blue) = 176+172+63=411 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.82% from 411); Green value is 172 (67.58% from 255 or 41.85% from 411); Blue value is 63 (25% from 255 or 15.33% from 411); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AC3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AC3F is #4F53C0. Grayscale: #A1A1A1. Windows color (decimal): -5198785 or 4172976. OLE color: 4172976.

HSL color Cylindrical-coordinate representation of color #B0AC3F: hue angle of 57.88º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B0AC3F is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 172 63 -
CMYK 0 0.02 0.64 0.31
HSL 57.88º 0.47% 0.47% -
HSV(B) 57.88º 0.64% 0.69% -
XYZ 33.55 39.09 10.48 -
YUV 160.77 72.83 138.86 -
System Red Green Blue C M Y K H S L
Decimal 176 172 63 0 0.02 0.64 0.31 57.88 0.47 0.47
Hex B0 AC 3F 0 2 40 1F 3A 2F 2F
Octal 260 254 77 0 2 100 37 72 57 57
Binary 10110000 10101100 111111 0 10 1000000 11111 111010 101111 101111

Color Harmonies of #B0AC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AC3F

Black with #B0AC3F

Text Example


Text Example

White with #B0AC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AC3F; }

 p { color: rgb(176,172,63); }

 H1.HeaderClassName
 {
   color: #B0AC3F;
 }
 .AnyTagClassName
 {
   color: #B0AC3F;
 }
</style>

background-color css

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

 a { background-color: rgb(176,172,63); }

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

border-color css

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

 span { border-color: rgb(176,172,63); }

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