Html Css Color HEX #B4AB39 Brass

📋 copy color: '#B4AB39'

red 180 ◦ green 171 ◦ blue 57

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

Shades of Brass #B4AB39

Tints of Brass #B4AB39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 13.97%

R = 44.12%
G = 41.91%
B = 13.97%

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

#B4AB39 (or 0xB4AB39) is known color: Brass. HEX triplet: B4, AB and 39. RGB value is (180,171,57). Sum of RGB (Red+Green+Blue) = 180+171+57=408 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.12% from 408); Green value is 171 (67.19% from 255 or 41.91% from 408); Blue value is 57 (22.66% from 255 or 13.97% from 408); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AB39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4AB39 is #4B54C6. Grayscale: #A1A1A1. Windows color (decimal): -4936903 or 3779508. OLE color: 3779508.

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

Color convert

RGB 180 171 57 -
CMYK 0 0.05 0.68 0.29
HSL 55.61º 0.52% 0.46% -
HSV(B) 55.61º 0.68% 0.71% -
XYZ 34.12 39.12 9.62 -
YUV 160.7 69.48 141.77 -
System Red Green Blue C M Y K H S L
Decimal 180 171 57 0 0.05 0.68 0.29 55.61 0.52 0.46
Hex B4 AB 39 0 5 44 1D 38 34 2E
Octal 264 253 71 0 5 104 35 70 64 56
Binary 10110100 10101011 111001 0 101 1000100 11101 111000 110100 101110

Color Harmonies of #B4AB39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4AB39

Black with #B4AB39

Text Example


Text Example

White with #B4AB39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4AB39; }

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

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

background-color css

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

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

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

border-color css

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

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

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