Html Css Color HEX #BFAF42 Brass

📋 copy color: '#BFAF42'

red 191 ◦ green 175 ◦ blue 66

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

Shades of Brass #BFAF42

Tints of Brass #BFAF42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 15.28%

R = 44.21%
G = 40.51%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#BFAF42 (or 0xBFAF42) is known color: Brass. HEX triplet: BF, AF and 42. RGB value is (191,175,66). Sum of RGB (Red+Green+Blue) = 191+175+66=432 (57% of max value = 765). Red value is 191 (75% from 255 or 44.21% from 432); Green value is 175 (68.75% from 255 or 40.51% from 432); Blue value is 66 (26.17% from 255 or 15.28% from 432); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAF42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFAF42 is #4050BD. Grayscale: #A7A7A7. Windows color (decimal): -4214974 or 4370367. OLE color: 4370367.

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

Color convert

RGB 191 175 66 -
CMYK 0 0.08 0.65 0.25
HSL 52.32º 0.49% 0.5% -
HSV(B) 52.32º 0.65% 0.75% -
XYZ 37.8 42.13 11.29 -
YUV 167.36 70.8 144.86 -
System Red Green Blue C M Y K H S L
Decimal 191 175 66 0 0.08 0.65 0.25 52.32 0.49 0.5
Hex BF AF 42 0 8 41 19 34 31 32
Octal 277 257 102 0 10 101 31 64 61 62
Binary 10111111 10101111 1000010 0 1000 1000001 11001 110100 110001 110010

Color Harmonies of #BFAF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAF42

Black with #BFAF42

Text Example


Text Example

White with #BFAF42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAF42; }

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

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

background-color css

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

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

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

border-color css

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

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

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