Html Css Color HEX #B8AD37 Brass

📋 copy color: '#B8AD37'

red 184 ◦ green 173 ◦ blue 55

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

Shades of Brass #B8AD37

Tints of Brass #B8AD37

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.99%

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

R = 44.66%
G = 41.99%
B = 13.35%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.70

 K value IS 0.28

RGB Variations

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

Color information

#B8AD37 (or 0xB8AD37) is known color: Brass. HEX triplet: B8, AD and 37. RGB value is (184,173,55). Sum of RGB (Red+Green+Blue) = 184+173+55=412 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.66% from 412); Green value is 173 (67.97% from 255 or 41.99% from 412); Blue value is 55 (21.88% from 255 or 13.35% from 412); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AD37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AD37 is #4752C8. Grayscale: #A3A3A3. Windows color (decimal): -4674249 or 3648952. OLE color: 3648952.

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

Color convert

RGB 184 173 55 -
CMYK 0 0.06 0.70 0.28
HSL 54.88º 0.54% 0.47% -
HSV(B) 54.88º 0.7% 0.72% -
XYZ 35.4 40.35 9.54 -
YUV 162.84 67.14 143.09 -
System Red Green Blue C M Y K H S L
Decimal 184 173 55 0 0.06 0.70 0.28 54.88 0.54 0.47
Hex B8 AD 37 0 6 46 1C 37 36 2F
Octal 270 255 67 0 6 106 34 67 66 57
Binary 10111000 10101101 110111 0 110 1000110 11100 110111 110110 101111

Color Harmonies of #B8AD37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AD37

Black with #B8AD37

Text Example


Text Example

White with #B8AD37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AD37; }

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

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

background-color css

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

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

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

border-color css

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

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

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