Html Css Color HEX #B8AD47 Brass

📋 copy color: '#B8AD47'

red 184 ◦ green 173 ◦ blue 71

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

Shades of Brass #B8AD47

Tints of Brass #B8AD47

RGB

 RED value IS 184 (72.27% from 255) = 42.99%

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

 BLUE value IS 71 (28.13% from 255) = 16.59%

R = 42.99%
G = 40.42%
B = 16.59%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#B8AD47 (or 0xB8AD47) is known color: Brass. HEX triplet: B8, AD and 47. RGB value is (184,173,71). Sum of RGB (Red+Green+Blue) = 184+173+71=428 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.99% from 428); Green value is 173 (67.97% from 255 or 40.42% from 428); Blue value is 71 (28.12% from 255 or 16.59% from 428); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AD47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AD47 is #4752B8. Grayscale: #A5A5A5. Windows color (decimal): -4674233 or 4697528. OLE color: 4697528.

HSL color Cylindrical-coordinate representation of color #B8AD47: hue angle of 54.16º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B8AD47 is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 173 71 -
CMYK 0 0.06 0.61 0.28
HSL 54.16º 0.44% 0.5% -
HSV(B) 54.16º 0.61% 0.72% -
XYZ 35.85 40.53 11.9 -
YUV 164.66 75.14 141.79 -
System Red Green Blue C M Y K H S L
Decimal 184 173 71 0 0.06 0.61 0.28 54.16 0.44 0.5
Hex B8 AD 47 0 6 3D 1C 36 2C 32
Octal 270 255 107 0 6 75 34 66 54 62
Binary 10111000 10101101 1000111 0 110 111101 11100 110110 101100 110010

Color Harmonies of #B8AD47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AD47

Black with #B8AD47

Text Example


Text Example

White with #B8AD47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AD47; }

 p { color: rgb(184,173,71); }

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

background-color css

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

 a { background-color: rgb(184,173,71); }

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

border-color css

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

 span { border-color: rgb(184,173,71); }

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