Html Css Color HEX #B6A43E Brass

📋 copy color: '#B6A43E'

red 182 ◦ green 164 ◦ blue 62

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

Shades of Brass #B6A43E

Tints of Brass #B6A43E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.2%

R = 44.61%
G = 40.2%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B6A43E (or 0xB6A43E) is known color: Brass. HEX triplet: B6, A4 and 3E. RGB value is (182,164,62). Sum of RGB (Red+Green+Blue) = 182+164+62=408 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.61% from 408); Green value is 164 (64.45% from 255 or 40.20% from 408); Blue value is 62 (24.61% from 255 or 15.20% from 408); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A43E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A43E is #495BC1. Grayscale: #9E9E9E. Windows color (decimal): -4807618 or 4105398. OLE color: 4105398.

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

Color convert

RGB 182 164 62 -
CMYK 0 0.10 0.66 0.29
HSL 51º 0.49% 0.48% -
HSV(B) 51º 0.66% 0.71% -
XYZ 33.44 36.84 9.91 -
YUV 157.75 73.96 145.29 -
System Red Green Blue C M Y K H S L
Decimal 182 164 62 0 0.10 0.66 0.29 51 0.49 0.48
Hex B6 A4 3E 0 A 42 1D 33 31 30
Octal 266 244 76 0 12 102 35 63 61 60
Binary 10110110 10100100 111110 0 1010 1000010 11101 110011 110001 110000

Color Harmonies of #B6A43E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A43E

Black with #B6A43E

Text Example


Text Example

White with #B6A43E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A43E; }

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

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

background-color css

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

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

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

border-color css

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

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

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