Html Css Color HEX #BFA138 Brass

📋 copy color: '#BFA138'

red 191 ◦ green 161 ◦ blue 56

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

Shades of Brass #BFA138

Tints of Brass #BFA138

RGB

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

 GREEN value IS 161 (63.28% from 255) = 39.46%

 BLUE value IS 56 (22.27% from 255) = 13.73%

R = 46.81%
G = 39.46%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#BFA138 (or 0xBFA138) is known color: Brass. HEX triplet: BF, A1 and 38. RGB value is (191,161,56). Sum of RGB (Red+Green+Blue) = 191+161+56=408 (54% of max value = 765). Red value is 191 (75% from 255 or 46.81% from 408); Green value is 161 (63.28% from 255 or 39.46% from 408); Blue value is 56 (22.27% from 255 or 13.73% from 408); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA138 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA138 is #405EC7. Grayscale: #9E9E9E. Windows color (decimal): -4218568 or 3711423. OLE color: 3711423.

HSL color Cylindrical-coordinate representation of color #BFA138: hue angle of 46.67º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BFA138 is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 161 56 -
CMYK 0 0.16 0.71 0.25
HSL 46.67º 0.55% 0.48% -
HSV(B) 46.67º 0.71% 0.75% -
XYZ 34.94 36.85 9.01 -
YUV 158 70.44 151.54 -
System Red Green Blue C M Y K H S L
Decimal 191 161 56 0 0.16 0.71 0.25 46.67 0.55 0.48
Hex BF A1 38 0 10 47 19 2F 37 30
Octal 277 241 70 0 20 107 31 57 67 60
Binary 10111111 10100001 111000 0 10000 1000111 11001 101111 110111 110000

Color Harmonies of #BFA138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA138

Black with #BFA138

Text Example


Text Example

White with #BFA138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA138; }

 p { color: rgb(191,161,56); }

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

background-color css

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

 a { background-color: rgb(191,161,56); }

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

border-color css

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

 span { border-color: rgb(191,161,56); }

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