Html Css Color HEX #B8AF3F Brass

📋 copy color: '#B8AF3F'

red 184 ◦ green 175 ◦ blue 63

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

Shades of Brass #B8AF3F

Tints of Brass #B8AF3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.93%

R = 43.6%
G = 41.47%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.66

 K value IS 0.28

RGB Variations

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

Color information

#B8AF3F (or 0xB8AF3F) is known color: Brass. HEX triplet: B8, AF and 3F. RGB value is (184,175,63). Sum of RGB (Red+Green+Blue) = 184+175+63=422 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.60% from 422); Green value is 175 (68.75% from 255 or 41.47% from 422); Blue value is 63 (25% from 255 or 14.93% from 422); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AF3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AF3F is #4750C0. Grayscale: #A5A5A5. Windows color (decimal): -4673729 or 4173752. OLE color: 4173752.

HSL color Cylindrical-coordinate representation of color #B8AF3F: hue angle of 55.54º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B8AF3F is Cyan = 0, Magento = 0.05, Yellow = 0.66 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 175 63 -
CMYK 0 0.05 0.66 0.28
HSL 55.54º 0.49% 0.48% -
HSV(B) 55.54º 0.66% 0.72% -
XYZ 35.99 41.21 10.76 -
YUV 164.92 70.48 141.61 -
System Red Green Blue C M Y K H S L
Decimal 184 175 63 0 0.05 0.66 0.28 55.54 0.49 0.48
Hex B8 AF 3F 0 5 42 1C 38 31 30
Octal 270 257 77 0 5 102 34 70 61 60
Binary 10111000 10101111 111111 0 101 1000010 11100 111000 110001 110000

Color Harmonies of #B8AF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AF3F

Black with #B8AF3F

Text Example


Text Example

White with #B8AF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AF3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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