Html Css Color HEX #B2AC3E Brass

📋 copy color: '#B2AC3E'

red 178 ◦ green 172 ◦ blue 62

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

Shades of Brass #B2AC3E

Tints of Brass #B2AC3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.05%

R = 43.2%
G = 41.75%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B2AC3E (or 0xB2AC3E) is known color: Brass. HEX triplet: B2, AC and 3E. RGB value is (178,172,62). Sum of RGB (Red+Green+Blue) = 178+172+62=412 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.20% from 412); Green value is 172 (67.58% from 255 or 41.75% from 412); Blue value is 62 (24.61% from 255 or 15.05% from 412); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AC3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2AC3E is #4D53C1. Grayscale: #A1A1A1. Windows color (decimal): -5067714 or 4107442. OLE color: 4107442.

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

Color convert

RGB 178 172 62 -
CMYK 0 0.03 0.65 0.30
HSL 56.9º 0.48% 0.47% -
HSV(B) 56.9º 0.65% 0.7% -
XYZ 33.98 39.32 10.36 -
YUV 161.25 71.99 139.94 -
System Red Green Blue C M Y K H S L
Decimal 178 172 62 0 0.03 0.65 0.30 56.9 0.48 0.47
Hex B2 AC 3E 0 3 41 1E 39 30 2F
Octal 262 254 76 0 3 101 36 71 60 57
Binary 10110010 10101100 111110 0 11 1000001 11110 111001 110000 101111

Color Harmonies of #B2AC3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AC3E

Black with #B2AC3E

Text Example


Text Example

White with #B2AC3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AC3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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