Html Css Color HEX #B2A43C Brass

📋 copy color: '#B2A43C'

red 178 ◦ green 164 ◦ blue 60

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

Shades of Brass #B2A43C

Tints of Brass #B2A43C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.8%

 BLUE value IS 60 (23.83% from 255) = 14.93%

R = 44.28%
G = 40.8%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#B2A43C (or 0xB2A43C) is known color: Brass. HEX triplet: B2, A4 and 3C. RGB value is (178,164,60). Sum of RGB (Red+Green+Blue) = 178+164+60=402 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.28% from 402); Green value is 164 (64.45% from 255 or 40.80% from 402); Blue value is 60 (23.83% from 255 or 14.93% from 402); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A43C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A43C is #4D5BC3. Grayscale: #9C9C9C. Windows color (decimal): -5069764 or 3974322. OLE color: 3974322.

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

Color convert

RGB 178 164 60 -
CMYK 0 0.08 0.66 0.30
HSL 52.88º 0.5% 0.47% -
HSV(B) 52.88º 0.66% 0.7% -
XYZ 32.45 36.34 9.58 -
YUV 156.33 73.64 143.46 -
System Red Green Blue C M Y K H S L
Decimal 178 164 60 0 0.08 0.66 0.30 52.88 0.5 0.47
Hex B2 A4 3C 0 8 42 1E 35 32 2F
Octal 262 244 74 0 10 102 36 65 62 57
Binary 10110010 10100100 111100 0 1000 1000010 11110 110101 110010 101111

Color Harmonies of #B2A43C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A43C

Black with #B2A43C

Text Example


Text Example

White with #B2A43C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A43C; }

 p { color: rgb(178,164,60); }

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

background-color css

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

 a { background-color: rgb(178,164,60); }

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

border-color css

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

 span { border-color: rgb(178,164,60); }

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