Html Css Color HEX #B8A137 Brass

📋 copy color: '#B8A137'

red 184 ◦ green 161 ◦ blue 55

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

Shades of Brass #B8A137

Tints of Brass #B8A137

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.25%

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

R = 46%
G = 40.25%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.70

 K value IS 0.28

RGB Variations

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

Color information

#B8A137 (or 0xB8A137) is known color: Brass. HEX triplet: B8, A1 and 37. RGB value is (184,161,55). Sum of RGB (Red+Green+Blue) = 184+161+55=400 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46% from 400); Green value is 161 (63.28% from 255 or 40.25% from 400); Blue value is 55 (21.88% from 255 or 13.75% from 400); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A137 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A137 is #475EC8. Grayscale: #9C9C9C. Windows color (decimal): -4677321 or 3645880. OLE color: 3645880.

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

Color convert

RGB 184 161 55 -
CMYK 0 0.12 0.70 0.28
HSL 49.3º 0.54% 0.47% -
HSV(B) 49.3º 0.7% 0.72% -
XYZ 33.2 35.96 8.8 -
YUV 155.79 71.12 148.12 -
System Red Green Blue C M Y K H S L
Decimal 184 161 55 0 0.12 0.70 0.28 49.3 0.54 0.47
Hex B8 A1 37 0 C 46 1C 31 36 2F
Octal 270 241 67 0 14 106 34 61 66 57
Binary 10111000 10100001 110111 0 1100 1000110 11100 110001 110110 101111

Color Harmonies of #B8A137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A137

Black with #B8A137

Text Example


Text Example

White with #B8A137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A137; }

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

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

background-color css

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

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

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

border-color css

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

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

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