Html Css Color HEX #B6AD4D Brass

📋 copy color: '#B6AD4D'

red 182 ◦ green 173 ◦ blue 77

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

Shades of Brass #B6AD4D

Tints of Brass #B6AD4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 17.82%

R = 42.13%
G = 40.05%
B = 17.82%

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

#B6AD4D (or 0xB6AD4D) is known color: Brass. HEX triplet: B6, AD and 4D. RGB value is (182,173,77). Sum of RGB (Red+Green+Blue) = 182+173+77=432 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.13% from 432); Green value is 173 (67.97% from 255 or 40.05% from 432); Blue value is 77 (30.47% from 255 or 17.82% from 432); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AD4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6AD4D is #4952B2. Grayscale: #A5A5A5. Windows color (decimal): -4805299 or 5090742. OLE color: 5090742.

HSL color Cylindrical-coordinate representation of color #B6AD4D: hue angle of 54.86º 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 #B6AD4D is Cyan = 0, Magento = 0.05, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 173 77 -
CMYK 0 0.05 0.58 0.29
HSL 54.86º 0.42% 0.51% -
HSV(B) 54.86º 0.58% 0.71% -
XYZ 35.57 40.37 12.94 -
YUV 164.75 78.48 140.31 -
System Red Green Blue C M Y K H S L
Decimal 182 173 77 0 0.05 0.58 0.29 54.86 0.42 0.51
Hex B6 AD 4D 0 5 3A 1D 37 2A 33
Octal 266 255 115 0 5 72 35 67 52 63
Binary 10110110 10101101 1001101 0 101 111010 11101 110111 101010 110011

Color Harmonies of #B6AD4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6AD4D

Black with #B6AD4D

Text Example


Text Example

White with #B6AD4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6AD4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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