Html Css Color HEX #B6A43C Brass

📋 copy color: '#B6A43C'

red 182 ◦ green 164 ◦ blue 60

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

Shades of Brass #B6A43C

Tints of Brass #B6A43C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.78%

R = 44.83%
G = 40.39%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B6A43C (or 0xB6A43C) is known color: Brass. HEX triplet: B6, A4 and 3C. RGB value is (182,164,60). Sum of RGB (Red+Green+Blue) = 182+164+60=406 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.83% from 406); Green value is 164 (64.45% from 255 or 40.39% from 406); Blue value is 60 (23.83% from 255 or 14.78% from 406); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A43C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A43C is #495BC3. Grayscale: #9D9D9D. Windows color (decimal): -4807620 or 3974326. OLE color: 3974326.

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

Color convert

RGB 182 164 60 -
CMYK 0 0.10 0.67 0.29
HSL 51.15º 0.5% 0.47% -
HSV(B) 51.15º 0.67% 0.71% -
XYZ 33.38 36.82 9.62 -
YUV 157.53 72.96 145.46 -
System Red Green Blue C M Y K H S L
Decimal 182 164 60 0 0.10 0.67 0.29 51.15 0.5 0.47
Hex B6 A4 3C 0 A 43 1D 33 32 2F
Octal 266 244 74 0 12 103 35 63 62 57
Binary 10110110 10100100 111100 0 1010 1000011 11101 110011 110010 101111

Color Harmonies of #B6A43C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A43C

Black with #B6A43C

Text Example


Text Example

White with #B6A43C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A43C; }

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

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

background-color css

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

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

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

border-color css

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

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

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