Html Css Color HEX #B8AD4F Brass

📋 copy color: '#B8AD4F'

red 184 ◦ green 173 ◦ blue 79

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

Shades of Brass #B8AD4F

Tints of Brass #B8AD4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 18.12%

R = 42.2%
G = 39.68%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#B8AD4F (or 0xB8AD4F) is known color: Brass. HEX triplet: B8, AD and 4F. RGB value is (184,173,79). Sum of RGB (Red+Green+Blue) = 184+173+79=436 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.20% from 436); Green value is 173 (67.97% from 255 or 39.68% from 436); Blue value is 79 (31.25% from 255 or 18.12% from 436); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AD4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AD4F is #4752B0. Grayscale: #A5A5A5. Windows color (decimal): -4674225 or 5221816. OLE color: 5221816.

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

Color convert

RGB 184 173 79 -
CMYK 0 0.06 0.57 0.28
HSL 53.71º 0.43% 0.52% -
HSV(B) 53.71º 0.57% 0.72% -
XYZ 36.12 40.64 13.34 -
YUV 165.57 79.14 141.14 -
System Red Green Blue C M Y K H S L
Decimal 184 173 79 0 0.06 0.57 0.28 53.71 0.43 0.52
Hex B8 AD 4F 0 6 39 1C 36 2B 34
Octal 270 255 117 0 6 71 34 66 53 64
Binary 10111000 10101101 1001111 0 110 111001 11100 110110 101011 110100

Color Harmonies of #B8AD4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AD4F

Black with #B8AD4F

Text Example


Text Example

White with #B8AD4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AD4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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