Html Css Color HEX #B2AC4D Brass

📋 copy color: '#B2AC4D'

red 178 ◦ green 172 ◦ blue 77

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

Shades of Brass #B2AC4D

Tints of Brass #B2AC4D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.28%

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

R = 41.69%
G = 40.28%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.57

 K value IS 0.30

RGB Variations

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

Color information

#B2AC4D (or 0xB2AC4D) is known color: Brass. HEX triplet: B2, AC and 4D. RGB value is (178,172,77). Sum of RGB (Red+Green+Blue) = 178+172+77=427 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.69% from 427); Green value is 172 (67.58% from 255 or 40.28% from 427); Blue value is 77 (30.47% from 255 or 18.03% from 427); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AC4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AC4D is #4D53B2. Grayscale: #A3A3A3. Windows color (decimal): -5067699 or 5090482. OLE color: 5090482.

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

Color convert

RGB 178 172 77 -
CMYK 0 0.03 0.57 0.30
HSL 56.44º 0.4% 0.5% -
HSV(B) 56.44º 0.57% 0.7% -
XYZ 34.45 39.51 12.83 -
YUV 162.96 79.49 138.72 -
System Red Green Blue C M Y K H S L
Decimal 178 172 77 0 0.03 0.57 0.30 56.44 0.4 0.5
Hex B2 AC 4D 0 3 39 1E 38 28 32
Octal 262 254 115 0 3 71 36 70 50 62
Binary 10110010 10101100 1001101 0 11 111001 11110 111000 101000 110010

Color Harmonies of #B2AC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AC4D

Black with #B2AC4D

Text Example


Text Example

White with #B2AC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AC4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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