Html Css Color HEX #B8A037 Brass

📋 copy color: '#B8A037'

red 184 ◦ green 160 ◦ blue 55

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

Shades of Brass #B8A037

Tints of Brass #B8A037

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.1%

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

R = 46.12%
G = 40.1%
B = 13.78%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.70

 K value IS 0.28

RGB Variations

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

Color information

#B8A037 (or 0xB8A037) is known color: Brass. HEX triplet: B8, A0 and 37. RGB value is (184,160,55). Sum of RGB (Red+Green+Blue) = 184+160+55=399 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.12% from 399); Green value is 160 (62.89% from 255 or 40.10% from 399); Blue value is 55 (21.88% from 255 or 13.78% from 399); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A037 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A037 is #475FC8. Grayscale: #9B9B9B. Windows color (decimal): -4677577 or 3645624. OLE color: 3645624.

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

Color convert

RGB 184 160 55 -
CMYK 0 0.13 0.70 0.28
HSL 48.84º 0.54% 0.47% -
HSV(B) 48.84º 0.7% 0.72% -
XYZ 33.03 35.61 8.75 -
YUV 155.21 71.45 148.54 -
System Red Green Blue C M Y K H S L
Decimal 184 160 55 0 0.13 0.70 0.28 48.84 0.54 0.47
Hex B8 A0 37 0 D 46 1C 31 36 2F
Octal 270 240 67 0 15 106 34 61 66 57
Binary 10111000 10100000 110111 0 1101 1000110 11100 110001 110110 101111

Color Harmonies of #B8A037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A037

Black with #B8A037

Text Example


Text Example

White with #B8A037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A037; }

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

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

background-color css

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

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

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

border-color css

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

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

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