Html Css Color HEX #B2AE4A Brass

📋 copy color: '#B2AE4A'

red 178 ◦ green 174 ◦ blue 74

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

Shades of Brass #B2AE4A

Tints of Brass #B2AE4A

RGB

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

 GREEN value IS 174 (68.36% from 255) = 40.85%

 BLUE value IS 74 (29.3% from 255) = 17.37%

R = 41.78%
G = 40.85%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B2AE4A (or 0xB2AE4A) is known color: Brass. HEX triplet: B2, AE and 4A. RGB value is (178,174,74). Sum of RGB (Red+Green+Blue) = 178+174+74=426 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.78% from 426); Green value is 174 (68.36% from 255 or 40.85% from 426); Blue value is 74 (29.30% from 255 or 17.37% from 426); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AE4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2AE4A is #4D51B5. Grayscale: #A4A4A4. Windows color (decimal): -5067190 or 4894386. OLE color: 4894386.

HSL color Cylindrical-coordinate representation of color #B2AE4A: hue angle of 57.69º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B2AE4A is Cyan = 0, Magento = 0.02, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 174 74 -
CMYK 0 0.02 0.58 0.30
HSL 57.69º 0.41% 0.49% -
HSV(B) 57.69º 0.58% 0.7% -
XYZ 34.73 40.23 12.41 -
YUV 163.8 77.33 138.13 -
System Red Green Blue C M Y K H S L
Decimal 178 174 74 0 0.02 0.58 0.30 57.69 0.41 0.49
Hex B2 AE 4A 0 2 3A 1E 3A 29 31
Octal 262 256 112 0 2 72 36 72 51 61
Binary 10110010 10101110 1001010 0 10 111010 11110 111010 101001 110001

Color Harmonies of #B2AE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AE4A

Black with #B2AE4A

Text Example


Text Example

White with #B2AE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AE4A; }

 p { color: rgb(178,174,74); }

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

background-color css

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

 a { background-color: rgb(178,174,74); }

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

border-color css

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

 span { border-color: rgb(178,174,74); }

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