Html Css Color HEX #B6A64C Brass

📋 copy color: '#B6A64C'

red 182 ◦ green 166 ◦ blue 76

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

Shades of Brass #B6A64C

Tints of Brass #B6A64C

RGB

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

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

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

R = 42.92%
G = 39.15%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#B6A64C (or 0xB6A64C) is known color: Brass. HEX triplet: B6, A6 and 4C. RGB value is (182,166,76). Sum of RGB (Red+Green+Blue) = 182+166+76=424 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.92% from 424); Green value is 166 (65.23% from 255 or 39.15% from 424); Blue value is 76 (30.08% from 255 or 17.92% from 424); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A64C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A64C is #4959B3. Grayscale: #A0A0A0. Windows color (decimal): -4807092 or 5023414. OLE color: 5023414.

HSL color Cylindrical-coordinate representation of color #B6A64C: hue angle of 50.94º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B6A64C is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 166 76 -
CMYK 0 0.09 0.58 0.29
HSL 50.94º 0.42% 0.51% -
HSV(B) 50.94º 0.58% 0.71% -
XYZ 34.23 37.74 12.32 -
YUV 160.52 80.3 143.32 -
System Red Green Blue C M Y K H S L
Decimal 182 166 76 0 0.09 0.58 0.29 50.94 0.42 0.51
Hex B6 A6 4C 0 9 3A 1D 33 2A 33
Octal 266 246 114 0 11 72 35 63 52 63
Binary 10110110 10100110 1001100 0 1001 111010 11101 110011 101010 110011

Color Harmonies of #B6A64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A64C

Black with #B6A64C

Text Example


Text Example

White with #B6A64C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A64C; }

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

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

background-color css

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

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

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

border-color css

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

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

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