Html Css Color HEX #B6A851 Brass

📋 copy color: '#B6A851'

red 182 ◦ green 168 ◦ blue 81

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

Shades of Brass #B6A851

Tints of Brass #B6A851

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 18.79%

R = 42.23%
G = 38.98%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.55

 K value IS 0.29

RGB Variations

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

Color information

#B6A851 (or 0xB6A851) is known color: Brass. HEX triplet: B6, A8 and 51. RGB value is (182,168,81). Sum of RGB (Red+Green+Blue) = 182+168+81=431 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.23% from 431); Green value is 168 (66.02% from 255 or 38.98% from 431); Blue value is 81 (32.03% from 255 or 18.79% from 431); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A851 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A851 is #4957AE. Grayscale: #A2A2A2. Windows color (decimal): -4806575 or 5351606. OLE color: 5351606.

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

Color convert

RGB 182 168 81 -
CMYK 0 0.08 0.55 0.29
HSL 51.68º 0.41% 0.52% -
HSV(B) 51.68º 0.55% 0.71% -
XYZ 34.78 38.54 13.39 -
YUV 162.27 82.14 142.07 -
System Red Green Blue C M Y K H S L
Decimal 182 168 81 0 0.08 0.55 0.29 51.68 0.41 0.52
Hex B6 A8 51 0 8 37 1D 34 29 34
Octal 266 250 121 0 10 67 35 64 51 64
Binary 10110110 10101000 1010001 0 1000 110111 11101 110100 101001 110100

Color Harmonies of #B6A851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A851

Black with #B6A851

Text Example


Text Example

White with #B6A851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A851; }

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

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

background-color css

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

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

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

border-color css

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

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

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