Html Css Color HEX #B8AF41 Brass

📋 copy color: '#B8AF41'

red 184 ◦ green 175 ◦ blue 65

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

Shades of Brass #B8AF41

Tints of Brass #B8AF41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.33%

R = 43.4%
G = 41.27%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B8AF41 (or 0xB8AF41) is known color: Brass. HEX triplet: B8, AF and 41. RGB value is (184,175,65). Sum of RGB (Red+Green+Blue) = 184+175+65=424 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.40% from 424); Green value is 175 (68.75% from 255 or 41.27% from 424); Blue value is 65 (25.78% from 255 or 15.33% from 424); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AF41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AF41 is #4750BE. Grayscale: #A5A5A5. Windows color (decimal): -4673727 or 4304824. OLE color: 4304824.

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

Color convert

RGB 184 175 65 -
CMYK 0 0.05 0.65 0.28
HSL 55.46º 0.48% 0.49% -
HSV(B) 55.46º 0.65% 0.72% -
XYZ 36.05 41.23 11.06 -
YUV 165.15 71.48 141.44 -
System Red Green Blue C M Y K H S L
Decimal 184 175 65 0 0.05 0.65 0.28 55.46 0.48 0.49
Hex B8 AF 41 0 5 41 1C 37 30 31
Octal 270 257 101 0 5 101 34 67 60 61
Binary 10111000 10101111 1000001 0 101 1000001 11100 110111 110000 110001

Color Harmonies of #B8AF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AF41

Black with #B8AF41

Text Example


Text Example

White with #B8AF41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AF41; }

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

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

background-color css

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

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

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

border-color css

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

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

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