Html Css Color HEX #BFAF41 Brass

📋 copy color: '#BFAF41'

red 191 ◦ green 175 ◦ blue 65

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

Shades of Brass #BFAF41

Tints of Brass #BFAF41

RGB

 RED value IS 191 (75% from 255) = 44.32%

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

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

R = 44.32%
G = 40.6%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BFAF41 (or 0xBFAF41) is known color: Brass. HEX triplet: BF, AF and 41. RGB value is (191,175,65). Sum of RGB (Red+Green+Blue) = 191+175+65=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 175 (68.75% from 255 or 40.60% from 431); Blue value is 65 (25.78% from 255 or 15.08% from 431); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAF41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFAF41 is #4050BE. Grayscale: #A7A7A7. Windows color (decimal): -4214975 or 4304831. OLE color: 4304831.

HSL color Cylindrical-coordinate representation of color #BFAF41: hue angle of 52.38º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BFAF41 is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 175 65 -
CMYK 0 0.08 0.66 0.25
HSL 52.38º 0.5% 0.5% -
HSV(B) 52.38º 0.66% 0.75% -
XYZ 37.77 42.12 11.14 -
YUV 167.24 70.3 144.94 -
System Red Green Blue C M Y K H S L
Decimal 191 175 65 0 0.08 0.66 0.25 52.38 0.5 0.5
Hex BF AF 41 0 8 42 19 34 32 32
Octal 277 257 101 0 10 102 31 64 62 62
Binary 10111111 10101111 1000001 0 1000 1000010 11001 110100 110010 110010

Color Harmonies of #BFAF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAF41

Black with #BFAF41

Text Example


Text Example

White with #BFAF41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAF41; }

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

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

background-color css

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

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

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

border-color css

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

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

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