Html Css Color HEX #B6A44E Brass

📋 copy color: '#B6A44E'

red 182 ◦ green 164 ◦ blue 78

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

Shades of Brass #B6A44E

Tints of Brass #B6A44E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 18.4%

R = 42.92%
G = 38.68%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#B6A44E (or 0xB6A44E) is known color: Brass. HEX triplet: B6, A4 and 4E. RGB value is (182,164,78). Sum of RGB (Red+Green+Blue) = 182+164+78=424 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.92% from 424); Green value is 164 (64.45% from 255 or 38.68% from 424); Blue value is 78 (30.86% from 255 or 18.40% from 424); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A44E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A44E is #495BB1. Grayscale: #9F9F9F. Windows color (decimal): -4807602 or 5153974. OLE color: 5153974.

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

Color convert

RGB 182 164 78 -
CMYK 0 0.10 0.57 0.29
HSL 49.62º 0.42% 0.51% -
HSV(B) 49.62º 0.57% 0.71% -
XYZ 33.94 37.05 12.57 -
YUV 159.58 81.96 143.99 -
System Red Green Blue C M Y K H S L
Decimal 182 164 78 0 0.10 0.57 0.29 49.62 0.42 0.51
Hex B6 A4 4E 0 A 39 1D 32 2A 33
Octal 266 244 116 0 12 71 35 62 52 63
Binary 10110110 10100100 1001110 0 1010 111001 11101 110010 101010 110011

Color Harmonies of #B6A44E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A44E

Black with #B6A44E

Text Example


Text Example

White with #B6A44E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A44E; }

 p { color: rgb(182,164,78); }

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

background-color css

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

 a { background-color: rgb(182,164,78); }

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

border-color css

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

 span { border-color: rgb(182,164,78); }

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