Html Css Color HEX #B8AF47 Brass

📋 copy color: '#B8AF47'

red 184 ◦ green 175 ◦ blue 71

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

Shades of Brass #B8AF47

Tints of Brass #B8AF47

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.7%

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

R = 42.79%
G = 40.7%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#B8AF47 (or 0xB8AF47) is known color: Brass. HEX triplet: B8, AF and 47. RGB value is (184,175,71). Sum of RGB (Red+Green+Blue) = 184+175+71=430 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.79% from 430); Green value is 175 (68.75% from 255 or 40.70% from 430); Blue value is 71 (28.12% from 255 or 16.51% from 430); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AF47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AF47 is #4750B8. Grayscale: #A6A6A6. Windows color (decimal): -4673721 or 4698040. OLE color: 4698040.

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

Color convert

RGB 184 175 71 -
CMYK 0 0.05 0.61 0.28
HSL 55.22º 0.44% 0.5% -
HSV(B) 55.22º 0.61% 0.72% -
XYZ 36.23 41.31 12.02 -
YUV 165.84 74.48 140.96 -
System Red Green Blue C M Y K H S L
Decimal 184 175 71 0 0.05 0.61 0.28 55.22 0.44 0.5
Hex B8 AF 47 0 5 3D 1C 37 2C 32
Octal 270 257 107 0 5 75 34 67 54 62
Binary 10111000 10101111 1000111 0 101 111101 11100 110111 101100 110010

Color Harmonies of #B8AF47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AF47

Black with #B8AF47

Text Example


Text Example

White with #B8AF47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AF47; }

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

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

background-color css

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

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

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

border-color css

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

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

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