Html Css Color HEX #B0AB40 Brass

📋 copy color: '#B0AB40'

red 176 ◦ green 171 ◦ blue 64

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

Shades of Brass #B0AB40

Tints of Brass #B0AB40

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.61%

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

R = 42.82%
G = 41.61%
B = 15.57%

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

#B0AB40 (or 0xB0AB40) is known color: Brass. HEX triplet: B0, AB and 40. RGB value is (176,171,64). Sum of RGB (Red+Green+Blue) = 176+171+64=411 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.82% from 411); Green value is 171 (67.19% from 255 or 41.61% from 411); Blue value is 64 (25.39% from 255 or 15.57% from 411); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AB40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AB40 is #4F54BF. Grayscale: #A0A0A0. Windows color (decimal): -5199040 or 4238256. OLE color: 4238256.

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

Color convert

RGB 176 171 64 -
CMYK 0 0.03 0.64 0.31
HSL 57.32º 0.47% 0.47% -
HSV(B) 57.32º 0.64% 0.69% -
XYZ 33.39 38.73 10.57 -
YUV 160.3 73.66 139.2 -
System Red Green Blue C M Y K H S L
Decimal 176 171 64 0 0.03 0.64 0.31 57.32 0.47 0.47
Hex B0 AB 40 0 3 40 1F 39 2F 2F
Octal 260 253 100 0 3 100 37 71 57 57
Binary 10110000 10101011 1000000 0 11 1000000 11111 111001 101111 101111

Color Harmonies of #B0AB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AB40

Black with #B0AB40

Text Example


Text Example

White with #B0AB40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AB40; }

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

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

background-color css

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

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

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

border-color css

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

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

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