Html Css Color HEX #B0A440 Brass

📋 copy color: '#B0A440'

red 176 ◦ green 164 ◦ blue 64

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

Shades of Brass #B0A440

Tints of Brass #B0A440

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.59%

 BLUE value IS 64 (25.39% from 255) = 15.84%

R = 43.56%
G = 40.59%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B0A440 (or 0xB0A440) is known color: Brass. HEX triplet: B0, A4 and 40. RGB value is (176,164,64). Sum of RGB (Red+Green+Blue) = 176+164+64=404 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.56% from 404); Green value is 164 (64.45% from 255 or 40.59% from 404); Blue value is 64 (25.39% from 255 or 15.84% from 404); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A440 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A440 is #4F5BBF. Grayscale: #9C9C9C. Windows color (decimal): -5200832 or 4236464. OLE color: 4236464.

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

Color convert

RGB 176 164 64 -
CMYK 0 0.07 0.64 0.31
HSL 53.57º 0.47% 0.47% -
HSV(B) 53.57º 0.64% 0.69% -
XYZ 32.11 36.15 10.14 -
YUV 156.19 75.98 142.13 -
System Red Green Blue C M Y K H S L
Decimal 176 164 64 0 0.07 0.64 0.31 53.57 0.47 0.47
Hex B0 A4 40 0 7 40 1F 36 2F 2F
Octal 260 244 100 0 7 100 37 66 57 57
Binary 10110000 10100100 1000000 0 111 1000000 11111 110110 101111 101111

Color Harmonies of #B0A440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A440

Black with #B0A440

Text Example


Text Example

White with #B0A440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A440; }

 p { color: rgb(176,164,64); }

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

background-color css

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

 a { background-color: rgb(176,164,64); }

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

border-color css

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

 span { border-color: rgb(176,164,64); }

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