Html Css Color HEX #B8AF4A Brass

📋 copy color: '#B8AF4A'

red 184 ◦ green 175 ◦ blue 74

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

Shades of Brass #B8AF4A

Tints of Brass #B8AF4A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.42%

 BLUE value IS 74 (29.3% from 255) = 17.09%

R = 42.49%
G = 40.42%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B8AF4A (or 0xB8AF4A) is known color: Brass. HEX triplet: B8, AF and 4A. RGB value is (184,175,74). Sum of RGB (Red+Green+Blue) = 184+175+74=433 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.49% from 433); Green value is 175 (68.75% from 255 or 40.42% from 433); Blue value is 74 (29.30% from 255 or 17.09% from 433); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AF4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AF4A is #4750B5. Grayscale: #A6A6A6. Windows color (decimal): -4673718 or 4894648. OLE color: 4894648.

HSL color Cylindrical-coordinate representation of color #B8AF4A: hue angle of 55.09º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B8AF4A is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 175 74 -
CMYK 0 0.05 0.60 0.28
HSL 55.09º 0.44% 0.51% -
HSV(B) 55.09º 0.6% 0.72% -
XYZ 36.33 41.34 12.54 -
YUV 166.18 75.98 140.71 -
System Red Green Blue C M Y K H S L
Decimal 184 175 74 0 0.05 0.60 0.28 55.09 0.44 0.51
Hex B8 AF 4A 0 5 3C 1C 37 2C 33
Octal 270 257 112 0 5 74 34 67 54 63
Binary 10111000 10101111 1001010 0 101 111100 11100 110111 101100 110011

Color Harmonies of #B8AF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AF4A

Black with #B8AF4A

Text Example


Text Example

White with #B8AF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AF4A; }

 p { color: rgb(184,175,74); }

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

background-color css

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

 a { background-color: rgb(184,175,74); }

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

border-color css

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

 span { border-color: rgb(184,175,74); }

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