Html Css Color HEX #B6A839 Brass

📋 copy color: '#B6A839'

red 182 ◦ green 168 ◦ blue 57

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

Shades of Brass #B6A839

Tints of Brass #B6A839

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.28%

 BLUE value IS 57 (22.66% from 255) = 14%

R = 44.72%
G = 41.28%
B = 14%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#B6A839 (or 0xB6A839) is known color: Brass. HEX triplet: B6, A8 and 39. RGB value is (182,168,57). Sum of RGB (Red+Green+Blue) = 182+168+57=407 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.72% from 407); Green value is 168 (66.02% from 255 or 41.28% from 407); Blue value is 57 (22.66% from 255 or 14.00% from 407); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A839 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A839 is #4957C6. Grayscale: #9F9F9F. Windows color (decimal): -4806599 or 3778742. OLE color: 3778742.

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

Color convert

RGB 182 168 57 -
CMYK 0 0.08 0.69 0.29
HSL 53.28º 0.52% 0.47% -
HSV(B) 53.28º 0.69% 0.71% -
XYZ 34.03 38.25 9.46 -
YUV 159.53 70.14 144.03 -
System Red Green Blue C M Y K H S L
Decimal 182 168 57 0 0.08 0.69 0.29 53.28 0.52 0.47
Hex B6 A8 39 0 8 45 1D 35 34 2F
Octal 266 250 71 0 10 105 35 65 64 57
Binary 10110110 10101000 111001 0 1000 1000101 11101 110101 110100 101111

Color Harmonies of #B6A839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A839

Black with #B6A839

Text Example


Text Example

White with #B6A839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A839; }

 p { color: rgb(182,168,57); }

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

background-color css

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

 a { background-color: rgb(182,168,57); }

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

border-color css

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

 span { border-color: rgb(182,168,57); }

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