Html Css Color HEX #B8A837 Brass

📋 copy color: '#B8A837'

red 184 ◦ green 168 ◦ blue 55

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

Shades of Brass #B8A837

Tints of Brass #B8A837

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.28%

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

R = 45.21%
G = 41.28%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.70

 K value IS 0.28

RGB Variations

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

Color information

#B8A837 (or 0xB8A837) is known color: Brass. HEX triplet: B8, A8 and 37. RGB value is (184,168,55). Sum of RGB (Red+Green+Blue) = 184+168+55=407 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.21% from 407); Green value is 168 (66.02% from 255 or 41.28% from 407); Blue value is 55 (21.88% from 255 or 13.51% from 407); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A837 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A837 is #4757C8. Grayscale: #A0A0A0. Windows color (decimal): -4675529 or 3647672. OLE color: 3647672.

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

Color convert

RGB 184 168 55 -
CMYK 0 0.09 0.70 0.28
HSL 52.56º 0.54% 0.47% -
HSV(B) 52.56º 0.7% 0.72% -
XYZ 34.46 38.47 9.22 -
YUV 159.9 68.8 145.19 -
System Red Green Blue C M Y K H S L
Decimal 184 168 55 0 0.09 0.70 0.28 52.56 0.54 0.47
Hex B8 A8 37 0 9 46 1C 35 36 2F
Octal 270 250 67 0 11 106 34 65 66 57
Binary 10111000 10101000 110111 0 1001 1000110 11100 110101 110110 101111

Color Harmonies of #B8A837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A837

Black with #B8A837

Text Example


Text Example

White with #B8A837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A837; }

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

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

background-color css

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

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

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

border-color css

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

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

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