Html Css Color HEX #B8AB37 Brass

📋 copy color: '#B8AB37'

red 184 ◦ green 171 ◦ blue 55

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

Shades of Brass #B8AB37

Tints of Brass #B8AB37

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.71%

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

R = 44.88%
G = 41.71%
B = 13.41%

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

#B8AB37 (or 0xB8AB37) is known color: Brass. HEX triplet: B8, AB and 37. RGB value is (184,171,55). Sum of RGB (Red+Green+Blue) = 184+171+55=410 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.88% from 410); Green value is 171 (67.19% from 255 or 41.71% from 410); Blue value is 55 (21.88% from 255 or 13.41% from 410); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AB37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AB37 is #4754C8. Grayscale: #A2A2A2. Windows color (decimal): -4674761 or 3648440. OLE color: 3648440.

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

Color convert

RGB 184 171 55 -
CMYK 0 0.07 0.70 0.28
HSL 53.95º 0.54% 0.47% -
HSV(B) 53.95º 0.7% 0.72% -
XYZ 35.02 39.59 9.41 -
YUV 161.66 67.81 143.93 -
System Red Green Blue C M Y K H S L
Decimal 184 171 55 0 0.07 0.70 0.28 53.95 0.54 0.47
Hex B8 AB 37 0 7 46 1C 36 36 2F
Octal 270 253 67 0 7 106 34 66 66 57
Binary 10111000 10101011 110111 0 111 1000110 11100 110110 110110 101111

Color Harmonies of #B8AB37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AB37

Black with #B8AB37

Text Example


Text Example

White with #B8AB37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AB37; }

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

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

background-color css

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

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

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

border-color css

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

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

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