Html Css Color HEX #B6A445 Brass

📋 copy color: '#B6A445'

red 182 ◦ green 164 ◦ blue 69

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

Shades of Brass #B6A445

Tints of Brass #B6A445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 16.63%

R = 43.86%
G = 39.52%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B6A445 (or 0xB6A445) is known color: Brass. HEX triplet: B6, A4 and 45. RGB value is (182,164,69). Sum of RGB (Red+Green+Blue) = 182+164+69=415 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.86% from 415); Green value is 164 (64.45% from 255 or 39.52% from 415); Blue value is 69 (27.34% from 255 or 16.63% from 415); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A445 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A445 is #495BBA. Grayscale: #9E9E9E. Windows color (decimal): -4807611 or 4564150. OLE color: 4564150.

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

Color convert

RGB 182 164 69 -
CMYK 0 0.10 0.62 0.29
HSL 50.44º 0.45% 0.49% -
HSV(B) 50.44º 0.62% 0.71% -
XYZ 33.64 36.93 10.98 -
YUV 158.55 77.46 144.72 -
System Red Green Blue C M Y K H S L
Decimal 182 164 69 0 0.10 0.62 0.29 50.44 0.45 0.49
Hex B6 A4 45 0 A 3E 1D 32 2D 31
Octal 266 244 105 0 12 76 35 62 55 61
Binary 10110110 10100100 1000101 0 1010 111110 11101 110010 101101 110001

Color Harmonies of #B6A445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A445

Black with #B6A445

Text Example


Text Example

White with #B6A445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A445; }

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

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

background-color css

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

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

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

border-color css

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

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

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