Html Css Color HEX #B8A737 Brass

📋 copy color: '#B8A737'

red 184 ◦ green 167 ◦ blue 55

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

Shades of Brass #B8A737

Tints of Brass #B8A737

RGB

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

 GREEN value IS 167 (65.63% from 255) = 41.13%

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

R = 45.32%
G = 41.13%
B = 13.55%

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

#B8A737 (or 0xB8A737) is known color: Brass. HEX triplet: B8, A7 and 37. RGB value is (184,167,55). Sum of RGB (Red+Green+Blue) = 184+167+55=406 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.32% from 406); Green value is 167 (65.62% from 255 or 41.13% from 406); Blue value is 55 (21.88% from 255 or 13.55% from 406); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A737 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A737 is #4758C8. Grayscale: #9F9F9F. Windows color (decimal): -4675785 or 3647416. OLE color: 3647416.

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

Color convert

RGB 184 167 55 -
CMYK 0 0.09 0.70 0.28
HSL 52.09º 0.54% 0.47% -
HSV(B) 52.09º 0.7% 0.72% -
XYZ 34.28 38.1 9.16 -
YUV 159.32 69.13 145.61 -
System Red Green Blue C M Y K H S L
Decimal 184 167 55 0 0.09 0.70 0.28 52.09 0.54 0.47
Hex B8 A7 37 0 9 46 1C 34 36 2F
Octal 270 247 67 0 11 106 34 64 66 57
Binary 10111000 10100111 110111 0 1001 1000110 11100 110100 110110 101111

Color Harmonies of #B8A737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A737

Black with #B8A737

Text Example


Text Example

White with #B8A737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A737; }

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

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

background-color css

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

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

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

border-color css

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

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

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