Html Css Color HEX #B8AF37 Brass

📋 copy color: '#B8AF37'

red 184 ◦ green 175 ◦ blue 55

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

Shades of Brass #B8AF37

Tints of Brass #B8AF37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 13.29%

R = 44.44%
G = 42.27%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.70

 K value IS 0.28

RGB Variations

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

Color information

#B8AF37 (or 0xB8AF37) is known color: Brass. HEX triplet: B8, AF and 37. RGB value is (184,175,55). Sum of RGB (Red+Green+Blue) = 184+175+55=414 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.44% from 414); Green value is 175 (68.75% from 255 or 42.27% from 414); Blue value is 55 (21.88% from 255 or 13.29% from 414); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AF37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AF37 is #4750C8. Grayscale: #A4A4A4. Windows color (decimal): -4673737 or 3649464. OLE color: 3649464.

HSL color Cylindrical-coordinate representation of color #B8AF37: hue angle of 55.81º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B8AF37 is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 175 55 -
CMYK 0 0.05 0.70 0.28
HSL 55.81º 0.54% 0.47% -
HSV(B) 55.81º 0.7% 0.72% -
XYZ 35.79 41.13 9.67 -
YUV 164.01 66.48 142.26 -
System Red Green Blue C M Y K H S L
Decimal 184 175 55 0 0.05 0.70 0.28 55.81 0.54 0.47
Hex B8 AF 37 0 5 46 1C 38 36 2F
Octal 270 257 67 0 5 106 34 70 66 57
Binary 10111000 10101111 110111 0 101 1000110 11100 111000 110110 101111

Color Harmonies of #B8AF37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AF37

Black with #B8AF37

Text Example


Text Example

White with #B8AF37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AF37; }

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

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

background-color css

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

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

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

border-color css

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

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

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