Html Css Color HEX #B4AB3A Brass

📋 copy color: '#B4AB3A'

red 180 ◦ green 171 ◦ blue 58

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

Shades of Brass #B4AB3A

Tints of Brass #B4AB3A

RGB

 RED value IS 180 (70.7% from 255) = 44.01%

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

 BLUE value IS 58 (23.05% from 255) = 14.18%

R = 44.01%
G = 41.81%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B4AB3A (or 0xB4AB3A) is known color: Brass. HEX triplet: B4, AB and 3A. RGB value is (180,171,58). Sum of RGB (Red+Green+Blue) = 180+171+58=409 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.01% from 409); Green value is 171 (67.19% from 255 or 41.81% from 409); Blue value is 58 (23.05% from 255 or 14.18% from 409); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AB3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4AB3A is #4B54C5. Grayscale: #A1A1A1. Windows color (decimal): -4936902 or 3845044. OLE color: 3845044.

HSL color Cylindrical-coordinate representation of color #B4AB3A: hue angle of 55.57º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B4AB3A is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 171 58 -
CMYK 0 0.05 0.68 0.29
HSL 55.57º 0.51% 0.47% -
HSV(B) 55.57º 0.68% 0.71% -
XYZ 34.15 39.13 9.76 -
YUV 160.81 69.98 141.69 -
System Red Green Blue C M Y K H S L
Decimal 180 171 58 0 0.05 0.68 0.29 55.57 0.51 0.47
Hex B4 AB 3A 0 5 44 1D 38 33 2F
Octal 264 253 72 0 5 104 35 70 63 57
Binary 10110100 10101011 111010 0 101 1000100 11101 111000 110011 101111

Color Harmonies of #B4AB3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4AB3A

Black with #B4AB3A

Text Example


Text Example

White with #B4AB3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4AB3A; }

 p { color: rgb(180,171,58); }

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

background-color css

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

 a { background-color: rgb(180,171,58); }

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

border-color css

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

 span { border-color: rgb(180,171,58); }

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