Html Css Color HEX #B2AB4D Brass

📋 copy color: '#B2AB4D'

red 178 ◦ green 171 ◦ blue 77

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

Shades of Brass #B2AB4D

Tints of Brass #B2AB4D

RGB

 RED value IS 178 (69.92% from 255) = 41.78%

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

 BLUE value IS 77 (30.47% from 255) = 18.08%

R = 41.78%
G = 40.14%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.57

 K value IS 0.30

RGB Variations

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

Color information

#B2AB4D (or 0xB2AB4D) is known color: Brass. HEX triplet: B2, AB and 4D. RGB value is (178,171,77). Sum of RGB (Red+Green+Blue) = 178+171+77=426 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.78% from 426); Green value is 171 (67.19% from 255 or 40.14% from 426); Blue value is 77 (30.47% from 255 or 18.08% from 426); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AB4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AB4D is #4D54B2. Grayscale: #A2A2A2. Windows color (decimal): -5067955 or 5090226. OLE color: 5090226.

HSL color Cylindrical-coordinate representation of color #B2AB4D: hue angle of 55.84º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B2AB4D is Cyan = 0, Magento = 0.04, Yellow = 0.57 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 171 77 -
CMYK 0 0.04 0.57 0.30
HSL 55.84º 0.4% 0.5% -
HSV(B) 55.84º 0.57% 0.7% -
XYZ 34.26 39.13 12.77 -
YUV 162.38 79.82 139.14 -
System Red Green Blue C M Y K H S L
Decimal 178 171 77 0 0.04 0.57 0.30 55.84 0.4 0.5
Hex B2 AB 4D 0 4 39 1E 38 28 32
Octal 262 253 115 0 4 71 36 70 50 62
Binary 10110010 10101011 1001101 0 100 111001 11110 111000 101000 110010

Color Harmonies of #B2AB4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AB4D

Black with #B2AB4D

Text Example


Text Example

White with #B2AB4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AB4D; }

 p { color: rgb(178,171,77); }

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

background-color css

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

 a { background-color: rgb(178,171,77); }

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

border-color css

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

 span { border-color: rgb(178,171,77); }

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