Html Css Color HEX #B2A64C Brass

📋 copy color: '#B2A64C'

red 178 ◦ green 166 ◦ blue 76

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

Shades of Brass #B2A64C

Tints of Brass #B2A64C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.52%

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

R = 42.38%
G = 39.52%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.57

 K value IS 0.30

RGB Variations

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

Color information

#B2A64C (or 0xB2A64C) is known color: Brass. HEX triplet: B2, A6 and 4C. RGB value is (178,166,76). Sum of RGB (Red+Green+Blue) = 178+166+76=420 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.38% from 420); Green value is 166 (65.23% from 255 or 39.52% from 420); Blue value is 76 (30.08% from 255 or 18.10% from 420); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A64C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A64C is #4D59B3. Grayscale: #9F9F9F. Windows color (decimal): -5069236 or 5023410. OLE color: 5023410.

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

Color convert

RGB 178 166 76 -
CMYK 0 0.07 0.57 0.30
HSL 52.94º 0.4% 0.5% -
HSV(B) 52.94º 0.57% 0.7% -
XYZ 33.3 37.26 12.27 -
YUV 159.33 80.98 141.32 -
System Red Green Blue C M Y K H S L
Decimal 178 166 76 0 0.07 0.57 0.30 52.94 0.4 0.5
Hex B2 A6 4C 0 7 39 1E 35 28 32
Octal 262 246 114 0 7 71 36 65 50 62
Binary 10110010 10100110 1001100 0 111 111001 11110 110101 101000 110010

Color Harmonies of #B2A64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A64C

Black with #B2A64C

Text Example


Text Example

White with #B2A64C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A64C; }

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

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

background-color css

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

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

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

border-color css

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

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

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