Html Css Color HEX #B8AC37 Brass

📋 copy color: '#B8AC37'

red 184 ◦ green 172 ◦ blue 55

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

Shades of Brass #B8AC37

Tints of Brass #B8AC37

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.85%

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

R = 44.77%
G = 41.85%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.70

 K value IS 0.28

RGB Variations

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

Color information

#B8AC37 (or 0xB8AC37) is known color: Brass. HEX triplet: B8, AC and 37. RGB value is (184,172,55). Sum of RGB (Red+Green+Blue) = 184+172+55=411 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.77% from 411); Green value is 172 (67.58% from 255 or 41.85% from 411); Blue value is 55 (21.88% from 255 or 13.38% from 411); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AC37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AC37 is #4753C8. Grayscale: #A2A2A2. Windows color (decimal): -4674505 or 3648696. OLE color: 3648696.

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

Color convert

RGB 184 172 55 -
CMYK 0 0.07 0.70 0.28
HSL 54.42º 0.54% 0.47% -
HSV(B) 54.42º 0.7% 0.72% -
XYZ 35.21 39.97 9.47 -
YUV 162.25 67.48 143.51 -
System Red Green Blue C M Y K H S L
Decimal 184 172 55 0 0.07 0.70 0.28 54.42 0.54 0.47
Hex B8 AC 37 0 7 46 1C 36 36 2F
Octal 270 254 67 0 7 106 34 66 66 57
Binary 10111000 10101100 110111 0 111 1000110 11100 110110 110110 101111

Color Harmonies of #B8AC37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AC37

Black with #B8AC37

Text Example


Text Example

White with #B8AC37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AC37; }

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

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

background-color css

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

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

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

border-color css

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

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

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