Html Css Color HEX #B8AF40 Brass

📋 copy color: '#B8AF40'

red 184 ◦ green 175 ◦ blue 64

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

Shades of Brass #B8AF40

Tints of Brass #B8AF40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 15.13%

R = 43.5%
G = 41.37%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B8AF40 (or 0xB8AF40) is known color: Brass. HEX triplet: B8, AF and 40. RGB value is (184,175,64). Sum of RGB (Red+Green+Blue) = 184+175+64=423 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.50% from 423); Green value is 175 (68.75% from 255 or 41.37% from 423); Blue value is 64 (25.39% from 255 or 15.13% from 423); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AF40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AF40 is #4750BF. Grayscale: #A5A5A5. Windows color (decimal): -4673728 or 4239288. OLE color: 4239288.

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

Color convert

RGB 184 175 64 -
CMYK 0 0.05 0.65 0.28
HSL 55.5º 0.48% 0.49% -
HSV(B) 55.5º 0.65% 0.72% -
XYZ 36.02 41.22 10.91 -
YUV 165.04 70.98 141.53 -
System Red Green Blue C M Y K H S L
Decimal 184 175 64 0 0.05 0.65 0.28 55.5 0.48 0.49
Hex B8 AF 40 0 5 41 1C 38 30 31
Octal 270 257 100 0 5 101 34 70 60 61
Binary 10111000 10101111 1000000 0 101 1000001 11100 111000 110000 110001

Color Harmonies of #B8AF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AF40

Black with #B8AF40

Text Example


Text Example

White with #B8AF40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AF40; }

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

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

background-color css

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

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

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

border-color css

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

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

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