Html Css Color HEX #B8AF3A Brass

📋 copy color: '#B8AF3A'

red 184 ◦ green 175 ◦ blue 58

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

Shades of Brass #B8AF3A

Tints of Brass #B8AF3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.91%

R = 44.12%
G = 41.97%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#B8AF3A (or 0xB8AF3A) is known color: Brass. HEX triplet: B8, AF and 3A. RGB value is (184,175,58). Sum of RGB (Red+Green+Blue) = 184+175+58=417 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.12% from 417); Green value is 175 (68.75% from 255 or 41.97% from 417); Blue value is 58 (23.05% from 255 or 13.91% from 417); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AF3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AF3A is #4750C5. Grayscale: #A4A4A4. Windows color (decimal): -4673734 or 3846072. OLE color: 3846072.

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

Color convert

RGB 184 175 58 -
CMYK 0 0.05 0.68 0.28
HSL 55.71º 0.52% 0.47% -
HSV(B) 55.71º 0.68% 0.72% -
XYZ 35.86 41.16 10.06 -
YUV 164.35 67.98 142.01 -
System Red Green Blue C M Y K H S L
Decimal 184 175 58 0 0.05 0.68 0.28 55.71 0.52 0.47
Hex B8 AF 3A 0 5 44 1C 38 34 2F
Octal 270 257 72 0 5 104 34 70 64 57
Binary 10111000 10101111 111010 0 101 1000100 11100 111000 110100 101111

Color Harmonies of #B8AF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AF3A

Black with #B8AF3A

Text Example


Text Example

White with #B8AF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AF3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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