Html Css Color HEX #B0AA3F Brass

📋 copy color: '#B0AA3F'

red 176 ◦ green 170 ◦ blue 63

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

Shades of Brass #B0AA3F

Tints of Brass #B0AA3F

RGB

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

 GREEN value IS 170 (66.8% from 255) = 41.56%

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

R = 43.03%
G = 41.56%
B = 15.4%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B0AA3F (or 0xB0AA3F) is known color: Brass. HEX triplet: B0, AA and 3F. RGB value is (176,170,63). Sum of RGB (Red+Green+Blue) = 176+170+63=409 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.03% from 409); Green value is 170 (66.80% from 255 or 41.56% from 409); Blue value is 63 (25% from 255 or 15.40% from 409); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AA3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AA3F is #4F55C0. Grayscale: #A0A0A0. Windows color (decimal): -5199297 or 4172464. OLE color: 4172464.

HSL color Cylindrical-coordinate representation of color #B0AA3F: hue angle of 56.81º 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 #B0AA3F is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 170 63 -
CMYK 0 0.03 0.64 0.31
HSL 56.81º 0.47% 0.47% -
HSV(B) 56.81º 0.64% 0.69% -
XYZ 33.18 38.34 10.35 -
YUV 159.6 73.49 139.7 -
System Red Green Blue C M Y K H S L
Decimal 176 170 63 0 0.03 0.64 0.31 56.81 0.47 0.47
Hex B0 AA 3F 0 3 40 1F 39 2F 2F
Octal 260 252 77 0 3 100 37 71 57 57
Binary 10110000 10101010 111111 0 11 1000000 11111 111001 101111 101111

Color Harmonies of #B0AA3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AA3F

Black with #B0AA3F

Text Example


Text Example

White with #B0AA3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AA3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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