Html Css Color HEX #B2AC4C Brass

📋 copy color: '#B2AC4C'

red 178 ◦ green 172 ◦ blue 76

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

Shades of Brass #B2AC4C

Tints of Brass #B2AC4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 17.84%

R = 41.78%
G = 40.38%
B = 17.84%

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

#B2AC4C (or 0xB2AC4C) is known color: Brass. HEX triplet: B2, AC and 4C. RGB value is (178,172,76). Sum of RGB (Red+Green+Blue) = 178+172+76=426 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.78% from 426); Green value is 172 (67.58% from 255 or 40.38% from 426); Blue value is 76 (30.08% from 255 or 17.84% from 426); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AC4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2AC4C is #4D53B3. Grayscale: #A3A3A3. Windows color (decimal): -5067700 or 5024946. OLE color: 5024946.

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

Color convert

RGB 178 172 76 -
CMYK 0 0.03 0.57 0.30
HSL 56.47º 0.4% 0.5% -
HSV(B) 56.47º 0.57% 0.7% -
XYZ 34.42 39.49 12.65 -
YUV 162.85 78.99 138.81 -
System Red Green Blue C M Y K H S L
Decimal 178 172 76 0 0.03 0.57 0.30 56.47 0.4 0.5
Hex B2 AC 4C 0 3 39 1E 38 28 32
Octal 262 254 114 0 3 71 36 70 50 62
Binary 10110010 10101100 1001100 0 11 111001 11110 111000 101000 110010

Color Harmonies of #B2AC4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AC4C

Black with #B2AC4C

Text Example


Text Example

White with #B2AC4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AC4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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