Html Css Color HEX #B8A648 Brass

📋 copy color: '#B8A648'

red 184 ◦ green 166 ◦ blue 72

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

Shades of Brass #B8A648

Tints of Brass #B8A648

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.34%

 BLUE value IS 72 (28.52% from 255) = 17.06%

R = 43.6%
G = 39.34%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#B8A648 (or 0xB8A648) is known color: Brass. HEX triplet: B8, A6 and 48. RGB value is (184,166,72). Sum of RGB (Red+Green+Blue) = 184+166+72=422 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.60% from 422); Green value is 166 (65.23% from 255 or 39.34% from 422); Blue value is 72 (28.52% from 255 or 17.06% from 422); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A648 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A648 is #4759B7. Grayscale: #A1A1A1. Windows color (decimal): -4676024 or 4761272. OLE color: 4761272.

HSL color Cylindrical-coordinate representation of color #B8A648: hue angle of 50.36º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B8A648 is Cyan = 0, Magento = 0.10, Yellow = 0.61 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 166 72 -
CMYK 0 0.10 0.61 0.28
HSL 50.36º 0.44% 0.5% -
HSV(B) 50.36º 0.61% 0.72% -
XYZ 34.57 37.93 11.63 -
YUV 160.67 77.96 144.64 -
System Red Green Blue C M Y K H S L
Decimal 184 166 72 0 0.10 0.61 0.28 50.36 0.44 0.5
Hex B8 A6 48 0 A 3D 1C 32 2C 32
Octal 270 246 110 0 12 75 34 62 54 62
Binary 10111000 10100110 1001000 0 1010 111101 11100 110010 101100 110010

Color Harmonies of #B8A648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A648

Black with #B8A648

Text Example


Text Example

White with #B8A648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A648; }

 p { color: rgb(184,166,72); }

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

background-color css

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

 a { background-color: rgb(184,166,72); }

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

border-color css

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

 span { border-color: rgb(184,166,72); }

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