Html Css Color HEX #B2AC43 Brass

📋 copy color: '#B2AC43'

red 178 ◦ green 172 ◦ blue 67

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

Shades of Brass #B2AC43

Tints of Brass #B2AC43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 16.07%

R = 42.69%
G = 41.25%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.62

 K value IS 0.30

RGB Variations

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

Color information

#B2AC43 (or 0xB2AC43) is known color: Brass. HEX triplet: B2, AC and 43. RGB value is (178,172,67). Sum of RGB (Red+Green+Blue) = 178+172+67=417 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.69% from 417); Green value is 172 (67.58% from 255 or 41.25% from 417); Blue value is 67 (26.56% from 255 or 16.07% from 417); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AC43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2AC43 is #4D53BC. Grayscale: #A2A2A2. Windows color (decimal): -5067709 or 4435122. OLE color: 4435122.

HSL color Cylindrical-coordinate representation of color #B2AC43: hue angle of 56.76º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B2AC43 is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 172 67 -
CMYK 0 0.03 0.62 0.30
HSL 56.76º 0.45% 0.48% -
HSV(B) 56.76º 0.62% 0.7% -
XYZ 34.13 39.38 11.11 -
YUV 161.82 74.49 139.54 -
System Red Green Blue C M Y K H S L
Decimal 178 172 67 0 0.03 0.62 0.30 56.76 0.45 0.48
Hex B2 AC 43 0 3 3E 1E 39 2D 30
Octal 262 254 103 0 3 76 36 71 55 60
Binary 10110010 10101100 1000011 0 11 111110 11110 111001 101101 110000

Color Harmonies of #B2AC43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AC43

Black with #B2AC43

Text Example


Text Example

White with #B2AC43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AC43; }

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

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

background-color css

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

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

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

border-color css

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

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

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