Html Css Color HEX #B8AD45 Brass

📋 copy color: '#B8AD45'

red 184 ◦ green 173 ◦ blue 69

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

Shades of Brass #B8AD45

Tints of Brass #B8AD45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 16.2%

R = 43.19%
G = 40.61%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B8AD45 (or 0xB8AD45) is known color: Brass. HEX triplet: B8, AD and 45. RGB value is (184,173,69). Sum of RGB (Red+Green+Blue) = 184+173+69=426 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.19% from 426); Green value is 173 (67.97% from 255 or 40.61% from 426); Blue value is 69 (27.34% from 255 or 16.20% from 426); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AD45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AD45 is #4752BA. Grayscale: #A4A4A4. Windows color (decimal): -4674235 or 4566456. OLE color: 4566456.

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

Color convert

RGB 184 173 69 -
CMYK 0 0.06 0.62 0.28
HSL 54.26º 0.45% 0.5% -
HSV(B) 54.26º 0.63% 0.72% -
XYZ 35.78 40.51 11.56 -
YUV 164.43 74.14 141.96 -
System Red Green Blue C M Y K H S L
Decimal 184 173 69 0 0.06 0.62 0.28 54.26 0.45 0.5
Hex B8 AD 45 0 6 3E 1C 36 2D 32
Octal 270 255 105 0 6 76 34 66 55 62
Binary 10111000 10101101 1000101 0 110 111110 11100 110110 101101 110010

Color Harmonies of #B8AD45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AD45

Black with #B8AD45

Text Example


Text Example

White with #B8AD45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AD45; }

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

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

background-color css

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

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

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

border-color css

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

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

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