Html Css Color HEX #B8AD48 Brass

📋 copy color: '#B8AD48'

red 184 ◦ green 173 ◦ blue 72

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

Shades of Brass #B8AD48

Tints of Brass #B8AD48

RGB

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

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

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

R = 42.89%
G = 40.33%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#B8AD48 (or 0xB8AD48) is known color: Brass. HEX triplet: B8, AD and 48. RGB value is (184,173,72). Sum of RGB (Red+Green+Blue) = 184+173+72=429 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.89% from 429); Green value is 173 (67.97% from 255 or 40.33% from 429); Blue value is 72 (28.52% from 255 or 16.78% from 429); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AD48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AD48 is #4752B7. Grayscale: #A5A5A5. Windows color (decimal): -4674232 or 4763064. OLE color: 4763064.

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

Color convert

RGB 184 173 72 -
CMYK 0 0.06 0.61 0.28
HSL 54.11º 0.44% 0.5% -
HSV(B) 54.11º 0.61% 0.72% -
XYZ 35.88 40.55 12.07 -
YUV 164.78 75.64 141.71 -
System Red Green Blue C M Y K H S L
Decimal 184 173 72 0 0.06 0.61 0.28 54.11 0.44 0.5
Hex B8 AD 48 0 6 3D 1C 36 2C 32
Octal 270 255 110 0 6 75 34 66 54 62
Binary 10111000 10101101 1001000 0 110 111101 11100 110110 101100 110010

Color Harmonies of #B8AD48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AD48

Black with #B8AD48

Text Example


Text Example

White with #B8AD48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AD48; }

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

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

background-color css

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

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

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

border-color css

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

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

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