Html Css Color HEX #B6AA3A Brass

📋 copy color: '#B6AA3A'

red 182 ◦ green 170 ◦ blue 58

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

Shades of Brass #B6AA3A

Tints of Brass #B6AA3A

RGB

 RED value IS 182 (71.48% from 255) = 44.39%

 GREEN value IS 170 (66.8% from 255) = 41.46%

 BLUE value IS 58 (23.05% from 255) = 14.15%

R = 44.39%
G = 41.46%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B6AA3A (or 0xB6AA3A) is known color: Brass. HEX triplet: B6, AA and 3A. RGB value is (182,170,58). Sum of RGB (Red+Green+Blue) = 182+170+58=410 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.39% from 410); Green value is 170 (66.80% from 255 or 41.46% from 410); Blue value is 58 (23.05% from 255 or 14.15% from 410); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AA3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6AA3A is #4955C5. Grayscale: #A1A1A1. Windows color (decimal): -4806086 or 3844790. OLE color: 3844790.

HSL color Cylindrical-coordinate representation of color #B6AA3A: hue angle of 54.19º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B6AA3A is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 170 58 -
CMYK 0 0.07 0.68 0.29
HSL 54.19º 0.52% 0.47% -
HSV(B) 54.19º 0.68% 0.71% -
XYZ 34.43 39 9.72 -
YUV 160.82 69.98 143.11 -
System Red Green Blue C M Y K H S L
Decimal 182 170 58 0 0.07 0.68 0.29 54.19 0.52 0.47
Hex B6 AA 3A 0 7 44 1D 36 34 2F
Octal 266 252 72 0 7 104 35 66 64 57
Binary 10110110 10101010 111010 0 111 1000100 11101 110110 110100 101111

Color Harmonies of #B6AA3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6AA3A

Black with #B6AA3A

Text Example


Text Example

White with #B6AA3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6AA3A; }

 p { color: rgb(182,170,58); }

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

background-color css

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

 a { background-color: rgb(182,170,58); }

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

border-color css

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

 span { border-color: rgb(182,170,58); }

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