Html Css Color HEX #B8AF46 Brass

📋 copy color: '#B8AF46'

red 184 ◦ green 175 ◦ blue 70

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

Shades of Brass #B8AF46

Tints of Brass #B8AF46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 16.32%

R = 42.89%
G = 40.79%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B8AF46 (or 0xB8AF46) is known color: Brass. HEX triplet: B8, AF and 46. RGB value is (184,175,70). Sum of RGB (Red+Green+Blue) = 184+175+70=429 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.89% from 429); Green value is 175 (68.75% from 255 or 40.79% from 429); Blue value is 70 (27.73% from 255 or 16.32% from 429); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AF46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AF46 is #4750B9. Grayscale: #A6A6A6. Windows color (decimal): -4673722 or 4632504. OLE color: 4632504.

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

Color convert

RGB 184 175 70 -
CMYK 0 0.05 0.62 0.28
HSL 55.26º 0.45% 0.5% -
HSV(B) 55.26º 0.62% 0.72% -
XYZ 36.2 41.29 11.86 -
YUV 165.72 73.98 141.04 -
System Red Green Blue C M Y K H S L
Decimal 184 175 70 0 0.05 0.62 0.28 55.26 0.45 0.5
Hex B8 AF 46 0 5 3E 1C 37 2D 32
Octal 270 257 106 0 5 76 34 67 55 62
Binary 10111000 10101111 1000110 0 101 111110 11100 110111 101101 110010

Color Harmonies of #B8AF46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AF46

Black with #B8AF46

Text Example


Text Example

White with #B8AF46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AF46; }

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

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

background-color css

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

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

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

border-color css

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

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

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