Html Css Color HEX #B6AD4C Brass

📋 copy color: '#B6AD4C'

red 182 ◦ green 173 ◦ blue 76

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

Shades of Brass #B6AD4C

Tints of Brass #B6AD4C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.14%

 BLUE value IS 76 (30.08% from 255) = 17.63%

R = 42.23%
G = 40.14%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#B6AD4C (or 0xB6AD4C) is known color: Brass. HEX triplet: B6, AD and 4C. RGB value is (182,173,76). Sum of RGB (Red+Green+Blue) = 182+173+76=431 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.23% from 431); Green value is 173 (67.97% from 255 or 40.14% from 431); Blue value is 76 (30.08% from 255 or 17.63% from 431); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AD4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6AD4C is #4952B3. Grayscale: #A5A5A5. Windows color (decimal): -4805300 or 5025206. OLE color: 5025206.

HSL color Cylindrical-coordinate representation of color #B6AD4C: hue angle of 54.91º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B6AD4C is Cyan = 0, Magento = 0.05, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 173 76 -
CMYK 0 0.05 0.58 0.29
HSL 54.91º 0.42% 0.51% -
HSV(B) 54.91º 0.58% 0.71% -
XYZ 35.54 40.35 12.75 -
YUV 164.63 77.98 140.39 -
System Red Green Blue C M Y K H S L
Decimal 182 173 76 0 0.05 0.58 0.29 54.91 0.42 0.51
Hex B6 AD 4C 0 5 3A 1D 37 2A 33
Octal 266 255 114 0 5 72 35 67 52 63
Binary 10110110 10101101 1001100 0 101 111010 11101 110111 101010 110011

Color Harmonies of #B6AD4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6AD4C

Black with #B6AD4C

Text Example


Text Example

White with #B6AD4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6AD4C; }

 p { color: rgb(182,173,76); }

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

background-color css

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

 a { background-color: rgb(182,173,76); }

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

border-color css

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

 span { border-color: rgb(182,173,76); }

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